diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-05 15:38:06 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-05 15:38:06 +0200 |
commit | 62eefb9a0853fa39e58b122c94c2095b14960dda (patch) | |
tree | 5892755d65c4240574972350d33f5acd030a3966 /perl-install/any.pm | |
parent | b979a4a9bdfc7dce17dfcf6e3552f07ede5c372f (diff) | |
download | drakx-62eefb9a0853fa39e58b122c94c2095b14960dda.tar drakx-62eefb9a0853fa39e58b122c94c2095b14960dda.tar.gz drakx-62eefb9a0853fa39e58b122c94c2095b14960dda.tar.bz2 drakx-62eefb9a0853fa39e58b122c94c2095b14960dda.tar.xz drakx-62eefb9a0853fa39e58b122c94c2095b14960dda.zip |
fix Samba package name (samba-server -> samba)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 17d931c7c..529dcb9f3 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1402,7 +1402,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na nfs => [ 'nfs-utils', 'nfs-server', N("NFS: the traditional Unix file sharing system, with less support on Mac and Windows.") ], - smb => [ 'samba-server', 'smb', + smb => [ 'samba', 'smb', N("SMB: a file sharing system used by Windows, Mac OS X and many modern Linux systems.") ], ); |