SOURCES: udev-example.rules - correct example

wolvverine wolvverine at pld-linux.org
Tue Apr 24 14:47:30 CEST 2007


Author: wolvverine                   Date: Tue Apr 24 12:47:30 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- correct example

---- Files affected:
SOURCES:
   udev-example.rules (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/udev-example.rules
diff -u SOURCES/udev-example.rules:1.3 SOURCES/udev-example.rules:1.4
--- SOURCES/udev-example.rules:1.3	Fri Aug 25 13:53:11 2006
+++ SOURCES/udev-example.rules	Tue Apr 24 14:47:25 2007
@@ -4,9 +4,9 @@
 # ACTION!="add", GOTO="local_end"
 # SUBSYSTEM!="net", GOTO="local_end"
 #
-# DRIVER=="?*", SYSFS{address}=="00:01:02:03:04:05", SYSFS{device}=="0x1111", NAME="wireless"
-# DRIVER=="?*", SYSFS{address}=="00:11:12:13:14:15", SYSFS{device}=="0x2222", NAME="lan"
-# DRIVER=="?*", SYSFS{address}=="00:aa:bb:cc:dd:ee:ff:11", SYSFS{device}=="0x3333", NAME="firewire"
+# KERNEL=="eth?", DRIVER=="?*", SYSFS{address}=="00:01:02:03:04:05", SYSFS{device}=="0x1111", NAME="wireless"
+# KERNEL=="eth?", DRIVER=="?*", SYSFS{address}=="00:11:12:13:14:15", SYSFS{device}=="0x2222", NAME="lan"
+# KERNEL=="eth?", DRIVER=="?*", SYSFS{address}=="00:aa:bb:cc:dd:ee:ff:11", SYSFS{device}=="0x3333", NAME="firewire"
 #
 # LABEL="local_end"
 #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/udev-example.rules?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list