SOURCES: udev.rules - cdwrite group for all cd devices

havner havner at pld-linux.org
Tue Jul 4 18:38:41 CEST 2006


Author: havner                       Date: Tue Jul  4 16:38:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cdwrite group for all cd devices

---- Files affected:
SOURCES:
   udev.rules (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SOURCES/udev.rules
diff -u SOURCES/udev.rules:1.37 SOURCES/udev.rules:1.38
--- SOURCES/udev.rules:1.37	Wed May 10 20:38:30 2006
+++ SOURCES/udev.rules	Tue Jul  4 18:38:36 2006
@@ -41,9 +41,9 @@
 BUS=="scsi",	KERNEL=="sr[0-9]*", ACTION=="add", IMPORT="cdrom_id --export $tempnode"
 BUS=="scsi",	KERNEL=="scd[a-z]", ACTION=="add", IMPORT="cdrom_id --export $tempnode"
 
-ENV{ID_CDROM}=="?*",		SYMLINK+="cdrom",	GROUP="disk"
+ENV{ID_CDROM}=="?*",		SYMLINK+="cdrom",	GROUP="cdwrite"
 ENV{ID_CDROM_CD_RW}=="?*",	SYMLINK+="cdrw",	GROUP="cdwrite"
-ENV{ID_CDROM_DVD}=="?*",	SYMLINK+="dvd",		GROUP="disk"
+ENV{ID_CDROM_DVD}=="?*",	SYMLINK+="dvd",		GROUP="cdwrite"
 ENV{ID_CDROM_DVD_R}=="?*",	SYMLINK+="dvdrw",	GROUP="cdwrite"
 LABEL="ide_end"
 
================================================================

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



More information about the pld-cvs-commit mailing list