summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-24 00:21:11 +0000
committerdamien <damien@mandriva.com>2001-08-24 00:21:11 +0000
commit98e5b751926944de8b51f88df086d5a49f2c88df (patch)
tree2eccb41b0803b3325e654046d01fbfda25428dae /perl-install
parent3bfde8039262fff0c369221097c0bedf0d75dbbb (diff)
downloaddrakx-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')
-rw-r--r--perl-install/network/adsl.pm1
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");