From 971550e4ccaa68a884829fa9b8f1d0db70379c2b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Jan 2008 17:35:42 +0000 Subject: - diskdrake --fileshare: o adapt to nfs-utils service rename (nfs-server instead of nfs) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 42949221b..ec5a93398 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1158,7 +1158,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', -- cgit v1.2.1