summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2004-06-04 13:15:56 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2004-06-04 13:15:56 +0000
commitd43846d321803204aa9ca20fcc74f3612685730a (patch)
treea1f70f35b86a43a369aa1fcd0ed1b2e2b9bbd87e /perl-install
parentb772517db855fe47411d00f4964b945cb76ebd64 (diff)
downloaddrakx-d43846d321803204aa9ca20fcc74f3612685730a.tar
drakx-d43846d321803204aa9ca20fcc74f3612685730a.tar.gz
drakx-d43846d321803204aa9ca20fcc74f3612685730a.tar.bz2
drakx-d43846d321803204aa9ca20fcc74f3612685730a.tar.xz
drakx-d43846d321803204aa9ca20fcc74f3612685730a.zip
remove some FIXME comments
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/adsl.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 8795906bf..99d8439b6 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -276,10 +276,9 @@ user "$adsl->{login}"
}
- #- FIXME I'm lame:
- #- ONBOOT hardcoded
+ #- FIXME:
+ #- ppp0 and ippp0 are hardcoded
#- pptp has to be done within pppd (no more use of /usr/bin/pptp)
- #- still have to check hotplug firmware upload for usb modems
my $kind = $adsl_type eq 'pppoe' ? 'xDSL' : 'ADSL';
output_with_perm("$::prefix/etc/sysconfig/network-scripts/ifcfg-ppp0", 0705, qq(DEVICE=ppp0
ONBOOT=no