From ba0a8a7b52ef1975bca9654991416e9d57ce48c5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 6 Jun 2005 03:33:02 +0000 Subject: netconnect API change, harddrake::autoconf::network_conf seems unused anyway, and this easy_dhcp thing is already performed by hotplug --- perl-install/harddrake/autoconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 061d738af..8cbbb9b4c 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -21,7 +21,7 @@ sub xconf { sub network_conf { my ($obj) = @_; require network::network; - network::network::easy_dhcp($obj->{modules_conf}, $obj->{netc}, $obj->{intf}) and $obj->{netcnx}{type} = 'lan'; + network::network::easy_dhcp($obj->{net}, $obj->{modules_conf}); } sub mouse_conf { -- cgit v1.2.1