From 7a82a8cc9970268f3c94ca1d74356a174e525a99 Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Wed, 28 Aug 2013 23:53:52 +0100 Subject: ensure files are installed for nfs (mga#10301) --- perl-install/NEWS | 1 + perl-install/fs/remote/nfs.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 8bc3a4ad4..9847c1bca 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- ensure files are installed for nfs (mga#10301) - stage2: add Feature:Independently_install_desktop_environments - add images for LXDE,E17,Razorqt,MATE for Feature:Independently_install_desktop_environments - detect wifi cards managed by ssb driver (mga#9378) 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