diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-03 21:54:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-03 21:54:16 +0000 |
commit | d157c06993b22ebc4b82baa360ccc3816646089f (patch) | |
tree | e635202e20fe04d6ee6f5789d19833314ca49974 /perl-install/install_steps.pm | |
parent | 6bc6cf85943742adb82a8db65bf0a268b634c198 (diff) | |
download | drakx-d157c06993b22ebc4b82baa360ccc3816646089f.tar drakx-d157c06993b22ebc4b82baa360ccc3816646089f.tar.gz drakx-d157c06993b22ebc4b82baa360ccc3816646089f.tar.bz2 drakx-d157c06993b22ebc4b82baa360ccc3816646089f.tar.xz drakx-d157c06993b22ebc4b82baa360ccc3816646089f.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 34f18407e..bc4d623f3 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -375,7 +375,7 @@ sub configureNetwork($) { network::sethostname($o->{netc}) unless $::testing; network::addDefaultRoute($o->{netc}) unless $::testing; - install_any::pkg_install($o, "dhcpcd") if grep { $_->{BOOTPROTO} =~ /^(dhcp|bootp)$/ } @{$o->{intf}}; + install_any::pkg_install($o, "dhcpxd") if grep { $_->{BOOTPROTO} =~ /^(dhcp|bootp)$/ } @{$o->{intf}}; # Handle also pump (this is still in initscripts no?) install_any::pkg_install($o, "pump") if grep { $_->{BOOTPROTO} =~ /^(pump)$/ } @{$o->{intf}}; #-res_init(); #- reinit the resolver so DNS changes take affect |