From 62eefb9a0853fa39e58b122c94c2095b14960dda Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Aug 2016 15:38:06 +0200 Subject: fix Samba package name (samba-server -> samba) --- perl-install/NEWS | 1 + perl-install/any.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 82685b88e..27cfe6ea0 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - filesharelist: o fix checking package is installed (mga#13353) + o fix Samba package name (samba-server -> samba) Version 17.53 - 31 July 2016 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.") ], ); -- cgit v1.2.1