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
This commit is contained in:
Bryan Kadzban 2008-11-12 03:49:38 +00:00
parent 5bec49b7ed
commit f69952d6a6
3 changed files with 6 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

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"

View File

@ -1,3 +1,7 @@
2008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
* 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
numbers. Thanks to Trent Shea for the fix. Closes #2278.
2008-10-15 DJ Lucas <dj@linuxfromscratch.org>
* 55-lfs.rules: Override default perms on floppy disk devices provided
by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes