From 2f4404c6e771fdbf1d983c5be85e5316e6f98f72 Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Thu, 29 Aug 2013 00:00:17 +0100 Subject: ensure files are installed for nfs (mga#10301) --- perl-install/NEWS | 2 ++ perl-install/fs/remote/nfs.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index a666c3b43..d7358e0ce 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- ensure files are installed for nfs (mga#10301) + Version 15.54.1 - 13 June 2013 - fix drakfirewall not working #9941 diff --git a/perl-install/fs/remote/nfs.pm b/perl-install/fs/remote/nfs.pm index cc97f4a69..a57ed6212 100644 --- a/perl-install/fs/remote/nfs.pm +++ b/perl-install/fs/remote/nfs.pm @@ -29,7 +29,7 @@ sub to_dev_raw { sub check { my ($_class, $in) = @_; - $in->do_pkgs->ensure_files_are_installed([ [ 'nfs-utils' , '/usr/sbin/showmount' ] , [ 'nmap' , '/usr/bin/nmap' ] ]); + $in->do_pkgs->ensure_files_are_installed([ [ qw(nfs-utils showmount) ] , [ qw(nmap nmap) ] ]); require services; services::start_not_running_service('rpcbind'); services::start('nfs-common'); #- TODO: once nfs-common is fixed, it could use start_not_running_service() -- cgit v1.2.1