[arch-commits] Commit in udev/trunk (81-arch.rules)
Tom Gundersen
tomegun at archlinux.org
Sat Aug 13 00:34:34 UTC 2011
Date: Friday, August 12, 2011 @ 20:34:34
Author: tomegun
Revision: 135342
rules: remove IDE "optical" rule
Assigning devices to the optical/cdrom group is done in the
upstream files. It is different, and recently changed. If it is
wrong we should file an upstream bug. Check before releasing.
Modified:
udev/trunk/81-arch.rules
---------------+
81-arch.rules | 3 ---
1 file changed, 3 deletions(-)
Modified: 81-arch.rules
===================================================================
--- 81-arch.rules 2011-08-13 00:17:06 UTC (rev 135341)
+++ 81-arch.rules 2011-08-13 00:34:34 UTC (rev 135342)
@@ -1,9 +1,6 @@
# Udev rules for Archlinux by Tobias Powalowski <tpowa at archlinux.org>
# do not edit this file, it will be overwritten on update
-# permissions for IDE CD devices
-SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTRS{media}=="cdrom*", GROUP="optical"
-
# permissions for removable devices like cardreaders or sticks
KERNEL=="sd*", ATTRS{scsi_level}=="3", ATTRS{type}=="0", GROUP="storage"
More information about the arch-commits
mailing list