diff options
author | damien <damien@mandriva.com> | 2001-08-24 00:21:11 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-24 00:21:11 +0000 |
commit | 98e5b751926944de8b51f88df086d5a49f2c88df (patch) | |
tree | 2eccb41b0803b3325e654046d01fbfda25428dae /perl-install/network/adsl.pm | |
parent | 3bfde8039262fff0c369221097c0bedf0d75dbbb (diff) | |
download | drakx-backup-do-not-use-98e5b751926944de8b51f88df086d5a49f2c88df.tar drakx-backup-do-not-use-98e5b751926944de8b51f88df086d5a49f2c88df.tar.gz drakx-backup-do-not-use-98e5b751926944de8b51f88df086d5a49f2c88df.tar.bz2 drakx-backup-do-not-use-98e5b751926944de8b51f88df086d5a49f2c88df.tar.xz drakx-backup-do-not-use-98e5b751926944de8b51f88df086d5a49f2c88df.zip |
removed adsl detectioin, once again.
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index ff12ed66f..b12cab169 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -66,6 +66,7 @@ sub adsl_ask_info { #- output: #- true/false : success|failed sub adsl_detect { + return 0; my ($interface) = @_; run_program::rooted($prefix, "ifconfig $interface 10.0.0.10 netmask 255.255.255.0"); my $ret=run_program::rooted($prefix, "/bin/ping -c 1 10.0.0.138 2> /dev/null"); |