diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-14 18:33:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-14 18:33:07 +0000 |
commit | dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc (patch) | |
tree | d3fea4d6248641480662aa5555b664f297d3f984 | |
parent | 8f525313da2f4569d3e3ff6f83bbf9ff993d0969 (diff) | |
download | drakx-dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc.tar drakx-dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc.tar.gz drakx-dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc.tar.bz2 drakx-dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc.tar.xz drakx-dbc5cf76e51ea7bdfe810f6bd79d8410bea487dc.zip |
remove trailing dash
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 192901043..f26f64d52 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -614,7 +614,7 @@ sub is_lan_interface { # we want LAN like interfaces here (eg: ath|br|eth|fddi|plip|ra|tr|usb|wlan). # there's also bnep%d for bluetooth, bcp%d... # we do this by blacklisting the following interfaces: - # - ippp|isdn|plip|ppp (initscripts suggest that isdn%d can be created but kernel sources claim not) + # ippp|isdn|plip|ppp (initscripts suggest that isdn%d can be created but kernel sources claim not) # ippp%d are created by drivers/isdn/i4l/isdn_ppp.c # plip%d are created by drivers/net/plip.c # ppp%d are created by drivers/net/ppp_generic.c |