summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-08 14:37:50 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-08 14:37:50 +0000
commit37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf (patch)
tree7429b4fb153cffcc9dc0c63e409669c8a7b30511
parentc03baab93cb393a39231111ca6513e9731f5d9f4 (diff)
downloaddrakx-37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf.tar
drakx-37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf.tar.gz
drakx-37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf.tar.bz2
drakx-37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf.tar.xz
drakx-37ccb175dd4a345b27a27f6b5aa0c2e6e35b4ebf.zip
add reminder
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 12d8f17f3..c5f534133 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -786,6 +786,7 @@ If you do not know it, keep the preselected type."),
$net->{adsl}{method} eq 'pptp' ? 'pptp_modem' :
$net->{adsl}{method} eq 'capi' ? 'capi_modem' :
$ntf_name;
+ # FIXME: duplicate with $after_start_on_boot_step sub
network::adsl::adsl_conf_backend($in, $modules_conf, $net);
"allow_user_ctl";
},