diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-04 07:43:38 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-04 07:43:38 +0000 |
commit | 1abe23db533b4290efe66cdaf81ac431e2d30410 (patch) | |
tree | f9bc9fe59568587f5e1bbc3206c5fc650751a0fd | |
parent | 94c87ec4bf39207ab828f849c1cf2c0cfca38a7e (diff) | |
download | drakx-1abe23db533b4290efe66cdaf81ac431e2d30410.tar drakx-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.gz drakx-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.bz2 drakx-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.xz drakx-1abe23db533b4290efe66cdaf81ac431e2d30410.zip |
do not write cnx_script anymore (isdn4linux service will modprobe the
driver, ibod service is started at boot, ifup/ifdown handle the dial)
-rw-r--r-- | perl-install/network/isdn.pm | 10 |
1 files changed, 0 insertions, 10 deletions
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; } |