summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/any.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 0110f5061..2b0727561 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,6 +1,8 @@
- bootloader-config, diskdrake:
o look for LVM PV on non partitioned disk before looking for DOS
partition_table (esp. for lilo which puts the DOS magic)
+- diskdrake --fileshare:
+ o adapt to nfs-utils service rename (nfs-server instead of nfs)
Version 10.4.239.1 - 12 January 2008, by Thierry Vignaud
- localedrake:
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 8c9dea9f3..10095a850 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1156,7 +1156,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na
if ($r ne $l[0]) {
require services;
my %types = (
- nfs => [ 'nfs-utils', 'nfs',
+ nfs => [ 'nfs-utils', 'nfs-server',
N("NFS: the traditional Unix file sharing system, with less support on Mac and Windows.")
],
smb => [ 'samba-server', 'smb',