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/branches/6.4/BOOK@8740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bryan Kadzban 2008-11-12 03:49:38 +00:00
parent cf6e7ba462
commit 7f6363f677
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# /etc/udev/rules.d/25-lfs.rules: Rule definitions for LFS. # /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
# Core kernel devices # Core kernel devices

View File

@ -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" ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"