diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl.pm | 5 |
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 |