From af871ed003404e0d16e899b57e20d54f6fe95087 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jun 2008 17:21:30 +0000 Subject: remove trailing dash --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1