From e942ba80d408f92f51750ac930a50526dd6e9cc5 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Tue, 17 Feb 2004 17:11:59 +0000 Subject: manage interfaces don't want to break cnx_scripts --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 68ad935d8..ecc38effe 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -283,7 +283,7 @@ INTERFACE=`$modems{$adsl_device}{get_intf}` } $netc->{NET_INTERFACE} = 'ppp0'; - write_cnx_script($netc); + exists $netc->{internet_cnx} and write_cnx_script($netc); } 1; -- cgit v1.2.1