aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/61-cdrom.rules
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-26 19:28:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-26 19:28:22 +0000
commit3cf57d40591f302edea1962a8949fe646b365b5c (patch)
tree5b399448faf021f1e9100e193f509f1c09d8f792 /udev-config/61-cdrom.rules
parentcf8d1947c2d2354d6492fa81c38ddf2eca5c1006 (diff)
Remove a lot of redundant Udev rules. Upstream has most of what we need. Fixes #2527.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/61-cdrom.rules')
-rw-r--r--udev-config/61-cdrom.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/udev-config/61-cdrom.rules b/udev-config/61-cdrom.rules
deleted file mode 100644
index 4db9efeb6..000000000
--- a/udev-config/61-cdrom.rules
+++ /dev/null
@@ -1,3 +0,0 @@
-# /etc/udev/rules.d/61-cdrom.rules: Set CD-ROM permissions.
-
-ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"