diff options
author | damien <damien@mandriva.com> | 2001-07-30 17:39:58 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-07-30 17:39:58 +0000 |
commit | 110e3deda634adc5876da17c0fbfa451ad2c652e (patch) | |
tree | ca407030e0a1c5bcd03fb68fcd9b2dec9bd25415 /perl-install/network/adsl.pm | |
parent | cb2b34494ca1c81ddfd11a9636210a8ffa8016a6 (diff) | |
download | drakx-110e3deda634adc5876da17c0fbfa451ad2c652e.tar drakx-110e3deda634adc5876da17c0fbfa451ad2c652e.tar.gz drakx-110e3deda634adc5876da17c0fbfa451ad2c652e.tar.bz2 drakx-110e3deda634adc5876da17c0fbfa451ad2c652e.tar.xz drakx-110e3deda634adc5876da17c0fbfa451ad2c652e.zip |
corrected ask_connect_now
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 48a05dfa5..a312136ec 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -79,7 +79,6 @@ sub adsl_conf { $adsl->{atboot} = $in->ask_yesorno(_("ADSL configuration"), _("Do you want to start your connection at boot?") ); - $::isStandalone and ask_connect_now($adsl, 'ppp0'); 1; } |