Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
sysconfig
> sysconfig_31-network.rules_skip_dsl_ifaces.211936.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconfig_31-network.rules_skip_dsl_ifaces.211936.patch of Package sysconfig (Revision 1)
Currently displaying revision
1
,
show latest
--- config/31-network.rules 2007-01-12 15:49:12.000000000 +0000 +++ config/31-network.rules 2007-01-12 15:50:28.000000000 +0000 @@ -22,7 +22,7 @@ # might be things to clean up. (E.g. killing ifplugd) # There are interfaces which are created with ifup. We have to ignore these # interfaces here. -SUBSYSTEM=="net", ENV{INTERFACE}=="ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|bond*|vlan*|modem*", GOTO="skip_ifup" +SUBSYSTEM=="net", ENV{INTERFACE}=="ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|bond*|vlan*|modem*|dsl*", GOTO="skip_ifup" SUBSYSTEM=="net", ACTION=="add", RUN+="/sbin/ifup $env{INTERFACE} -o hotplug" SUBSYSTEM=="net", ACTION=="remove", RUN+="/sbin/ifdown %k -o hotplug" LABEL="skip_ifup"