[arch-commits] Commit in udev/trunk (81-arch.rules)
Tom Gundersen
tomegun at archlinux.org
Sat Aug 13 00:44:45 UTC 2011
Date: Friday, August 12, 2011 @ 20:44:45
Author: tomegun
Revision: 135343
rules: remove arbitrary symlinks
Symlinks from <dev> to <dev>0 does not make much sense,
in case there is more than one <dev>X. Remove the few we have left.
This is similar to what was done for cdrom rules a while back.
Modified:
udev/trunk/81-arch.rules
---------------+
81-arch.rules | 9 ---------
1 file changed, 9 deletions(-)
Modified: 81-arch.rules
===================================================================
--- 81-arch.rules 2011-08-13 00:34:34 UTC (rev 135342)
+++ 81-arch.rules 2011-08-13 00:44:45 UTC (rev 135343)
@@ -21,17 +21,8 @@
# permissions for SCSI scanners
SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="6", GROUP="scanner"
-# mem
-KERNEL=="ram0", SYMLINK+="ramdisk"
-KERNEL=="ram1", SYMLINK+="ram"
-
# video4linux
-
-KERNEL=="vbi0", SYMLINK+="vbi"
-KERNEL=="radio0", SYMLINK+="radio"
KERNEL=="radio[0-9]*", GROUP="video"
-KERNEL=="video0", SYMLINK+="video"
-KERNEL=="vtx0", SYMLINK+="vtx"
# misc
KERNEL=="sgi_fetchop", MODE="0666"
More information about the arch-commits
mailing list