From 1abe23db533b4290efe66cdaf81ac431e2d30410 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Aug 2004 07:43:38 +0000 Subject: do not write cnx_script anymore (isdn4linux service will modprobe the driver, ibod service is started at boot, ifup/ifdown handle the dial) --- perl-install/network/isdn.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index a42d54257..c008a6d4f 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -55,16 +55,6 @@ defaultroute write_secret_backend($isdn->{login}, $isdn->{passwd}); - set_cnx_script($netc, "isdn", join('', -"/sbin/route del default -modprobe $isdn->{driver}", if_($isdn->{type}, " type=$isdn->{type}"), -" -/usr/sbin/isdnctrl dial ippp0 -", if_($isdn->{speed} =~ /128/, "service ibod restart -")), -"/usr/sbin/isdnctrl hangup ippp0 -" . if_($isdn->{speed} =~ /128/, "service ibod stop -"), $netc->{isdntype}); 1; } -- cgit v1.2.1