summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-06-03 17:21:30 +0000
committerOlivier Blin <oblin@mandriva.com>2008-06-03 17:21:30 +0000
commitaf871ed003404e0d16e899b57e20d54f6fe95087 (patch)
treec3ca9e19222dde3e0b74d50a83b2a276e6bb4667
parent79751d626d2273fd57db313631140b692adaf6ce (diff)
downloaddrakx-backup-do-not-use-af871ed003404e0d16e899b57e20d54f6fe95087.tar
drakx-backup-do-not-use-af871ed003404e0d16e899b57e20d54f6fe95087.tar.gz
drakx-backup-do-not-use-af871ed003404e0d16e899b57e20d54f6fe95087.tar.bz2
drakx-backup-do-not-use-af871ed003404e0d16e899b57e20d54f6fe95087.tar.xz
drakx-backup-do-not-use-af871ed003404e0d16e899b57e20d54f6fe95087.zip
remove trailing dash
-rw-r--r--perl-install/detect_devices.pm2
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