summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-04 07:43:38 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-04 07:43:38 +0000
commit1abe23db533b4290efe66cdaf81ac431e2d30410 (patch)
treef9bc9fe59568587f5e1bbc3206c5fc650751a0fd /perl-install/network/isdn.pm
parent94c87ec4bf39207ab828f849c1cf2c0cfca38a7e (diff)
downloaddrakx-backup-do-not-use-1abe23db533b4290efe66cdaf81ac431e2d30410.tar
drakx-backup-do-not-use-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.gz
drakx-backup-do-not-use-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.bz2
drakx-backup-do-not-use-1abe23db533b4290efe66cdaf81ac431e2d30410.tar.xz
drakx-backup-do-not-use-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)
Diffstat (limited to 'perl-install/network/isdn.pm')
-rw-r--r--perl-install/network/isdn.pm10
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;
}