From 2ec1e65852864fce64ba4f2f49ac6341d92abbe2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 16 Aug 2004 06:22:33 +0000 Subject: remove useless assignment (already done in adsl_protocol step) --- perl-install/network/adsl.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 9f53e90c2..d13bcebbd 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -316,7 +316,6 @@ TYPE=$kind $::isStandalone and $modules_conf->write; } - $netc->{NET_INTERFACE} = 'ppp0'; write_cnx_script($netc); unless ($::isStandalone) { -- cgit v1.2.1