SOURCES: udev-example.rules - s/DRIVER/DRIVERS/g

wolvverine wolvverine at pld-linux.org
Wed Apr 25 15:01:46 CEST 2007


Author: wolvverine                   Date: Wed Apr 25 13:01:43 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- s/DRIVER/DRIVERS/g

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

---- Diffs:

================================================================
Index: SOURCES/udev-example.rules
diff -u SOURCES/udev-example.rules:1.4 SOURCES/udev-example.rules:1.5
--- SOURCES/udev-example.rules:1.4	Tue Apr 24 14:47:25 2007
+++ SOURCES/udev-example.rules	Wed Apr 25 15:01:37 2007
@@ -4,9 +4,11 @@
 # ACTION!="add", GOTO="local_end"
 # SUBSYSTEM!="net", GOTO="local_end"
 #
-# 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"
+### KERNEL="oldnameprefix*", SYSFS{address}=="MACaddress", NAME="newname"
+#
+# KERNEL=="eth?", DRIVERS=="?*", SYSFS{address}=="00:01:02:03:04:05", SYSFS{device}=="0x1111", NAME="wireless"
+# KERNEL=="eth?", DRIVERS=="?*", SYSFS{address}=="00:11:12:13:14:15", SYSFS{device}=="0x2222", NAME="lan"
+# KERNEL=="eth?", DRIVERS=="?*", 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.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list