SOURCES: udev-example.rules - old type dynamic symlinks (will it o...

havner havner at pld-linux.org
Fri Aug 25 13:53:16 CEST 2006


Author: havner                       Date: Fri Aug 25 11:53:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- old type dynamic symlinks (will it overwrite default ones if its before
  them?)

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

---- Diffs:

================================================================
Index: SOURCES/udev-example.rules
diff -u SOURCES/udev-example.rules:1.2 SOURCES/udev-example.rules:1.3
--- SOURCES/udev-example.rules:1.2	Wed Aug 23 23:22:28 2006
+++ SOURCES/udev-example.rules	Fri Aug 25 13:53:11 2006
@@ -22,5 +22,11 @@
 # BUS=="ide", ID=="1.1", SYMLINK+="cdrw"
 # BUS=="ide", ID=="1.1", SYMLINK+="dvdrw"
 #
+# dynamic symlinks for cdroms:
+#
+# ENV{ID_CDROM}=="?*",		SYMLINK+="cdrom",	GROUP="cdwrite"
+# ENV{ID_CDROM_CD_RW}=="?*",	SYMLINK+="cdrw",	GROUP="cdwrite"
+# ENV{ID_CDROM_DVD}=="?*",	SYMLINK+="dvd",		GROUP="cdwrite"
+# ENV{ID_CDROM_DVD_R}=="?*",	SYMLINK+="dvdrw",	GROUP="cdwrite"
 #
 # LABEL="local_end"
================================================================

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



More information about the pld-cvs-commit mailing list