From e3a538757b11a5ba515cf4f634958b9b52866982 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 13 Sep 2000 16:23:50 +0000 Subject: *** empty log message *** --- perl-install/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network.pm') 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 -- cgit v1.2.1