diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2004-04-27 17:21:47 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2004-04-27 17:21:47 +0000 |
commit | 168bb8b500d5f5c81f660fd8a97ce6840a296ed8 (patch) | |
tree | 9d9314eff73f320c791b00c4e2b87d2064f90336 /perl-install | |
parent | 6f84aff7b7a88ee3885dbbcbb159d5477f89514e (diff) | |
download | drakx-168bb8b500d5f5c81f660fd8a97ce6840a296ed8.tar drakx-168bb8b500d5f5c81f660fd8a97ce6840a296ed8.tar.gz drakx-168bb8b500d5f5c81f660fd8a97ce6840a296ed8.tar.bz2 drakx-168bb8b500d5f5c81f660fd8a97ce6840a296ed8.tar.xz drakx-168bb8b500d5f5c81f660fd8a97ce6840a296ed8.zip |
no need to up ippp0 in net_cnx_up, it's been up'ed at startup
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/isdn.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index aca64f34a..9e73b5c4f 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -68,12 +68,10 @@ defaultroute "/sbin/route del default modprobe $isdn->{driver}", if_($isdn->{type}, " type=$isdn->{type}"), " -/sbin/ifup ippp0 /usr/sbin/isdnctrl dial ippp0 ", if_($isdn->{speed} =~ /128/, "service ibod restart ")), "/usr/sbin/isdnctrl hangup ippp0 -#/sbin/ifdown ippp0 " . if_($isdn->{speed} =~ /128/, "service ibod stop "), $netc->{isdntype}); 1; |