diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-13 16:23:50 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-13 16:23:50 +0000 |
commit | e3a538757b11a5ba515cf4f634958b9b52866982 (patch) | |
tree | 0d8d10869f705372a2dd42f619db65fda1ae722c | |
parent | 10fcc5bad47867583aa19f031d870fac200a0c6d (diff) | |
download | drakx-e3a538757b11a5ba515cf4f634958b9b52866982.tar drakx-e3a538757b11a5ba515cf4f634958b9b52866982.tar.gz drakx-e3a538757b11a5ba515cf4f634958b9b52866982.tar.bz2 drakx-e3a538757b11a5ba515cf4f634958b9b52866982.tar.xz drakx-e3a538757b11a5ba515cf4f634958b9b52866982.zip |
*** empty log message ***
-rw-r--r-- | perl-install/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network.pm b/perl-install/network.pm index 1922c21b7..002b74008 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -370,7 +370,7 @@ sub configureNetwork2 { sethostname($netc) unless $::testing; addDefaultRoute($netc) unless $::testing; - grep { $_->{BOOTPROTO} =~ /^(dhcp)$/ } values %$intf and $install && $install->('dhcpd'); + grep { $_->{BOOTPROTO} =~ /^(dhcp)$/ } values %$intf and $install && $install->('dhcpcd'); grep { $_->{BOOTPROTO} =~ /^(pump|bootp)$/ } values %$intf and $install && $install->('pump'); #-res_init(); #- reinit the resolver so DNS changes take affect |