From 37cb4ef498fe90022c36286a48396f8ec99e79a1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 22 Jul 2012 21:09:12 +0000 Subject: diskdrake: install nfs-utils instead of nfs-utils-clients (#6570, merged back in nfs-utils) --- perl-install/install/NEWS | 3 +++ perl-install/install/any.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 066c7086e..ca8d027e4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: install nfs-utils instead of nfs-utils-clients + (#6570, merged back in nfs-utils) + Version 14.30 - 23 June 2012 - show all errors at once when setting media diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 89c0b0b14..04660aebf 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -546,7 +546,7 @@ sub default_packages { } add_n_log("/proc/cmdline=~/brltty=/", "brltty") if cat_("/proc/cmdline") =~ /brltty=/; - add_n_log("method==nfs", "nfs-utils-clients") if $o->{method} eq "nfs"; + add_n_log("method==nfs", "nfs-utils") if $o->{method} eq "nfs"; add_n_log("have RAID", "mdadm") if !is_empty_array_ref($o->{all_hds}{raids}); add_n_log("have LVM", "lvm2") if !is_empty_array_ref($o->{all_hds}{lvms}); add_n_log("have crypted DM", "cryptsetup") if !is_empty_array_ref($o->{all_hds}{dmcrypts}); -- cgit v1.2.1