[arch-commits] Commit in udev/trunk (81-arch.rules)

Tom Gundersen tomegun at archlinux.org
Sat Aug 13 00:13:41 UTC 2011


    Date: Friday, August 12, 2011 @ 20:13:40
  Author: tomegun
Revision: 135340

rules: remove "disk" rule

Assigning scsi_general devices to the disk rule is done in the
upstream files. It is slightly different, but more likely to be correct.

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:11:44 UTC (rev 135339)
+++ 81-arch.rules	2011-08-13 00:13:40 UTC (rev 135340)
@@ -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
 
-# permission for sg devices
-KERNEL=="sg[0-9]*", ATTRS{type}!="3|6", GROUP="disk", MODE="0660"
-
 # permissions for IDE CD devices
 SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTRS{media}=="cdrom*", GROUP="optical"
 




More information about the arch-commits mailing list