aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/61-cdrom.rules
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2008-11-12 03:49:38 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2008-11-12 03:49:38 +0000
commitf69952d6a69858ae4bfc9c8a92a981e0c5851eee (patch)
tree206fafc1396f4fa1fab286d123778466c1a0fc6b /udev-config/61-cdrom.rules
parent5bec49b7ed70d2adae388b9daae09830ed963ff9 (diff)
Fix old comments in udev rules files. (The comments were never changed when we reordered the files.) Fixes #2278.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/61-cdrom.rules')
-rw-r--r--udev-config/61-cdrom.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-config/61-cdrom.rules b/udev-config/61-cdrom.rules
index 5a38a7210..8bf6a4338 100644
--- a/udev-config/61-cdrom.rules
+++ b/udev-config/61-cdrom.rules
@@ -1,3 +1,3 @@
-# /etc/udev/rules.d/81-cdrom.rules: Set CD-ROM permissions.
+# /etc/udev/rules.d/61-cdrom.rules: Set CD-ROM permissions.
ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"