diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-12 03:49:38 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-12 03:49:38 +0000 |
commit | 7f6363f67764865c50b1e1287095a1c9164d6e1d (patch) | |
tree | 958da9c8a595c34fa0e7d3ae95313af884c4ecdf | |
parent | cf6e7ba4627f9ea7f04445d70238f2f72bcf61fe (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/branches/6.4/BOOK@8740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | udev-config/55-lfs.rules | 2 | ||||
-rw-r--r-- | udev-config/61-cdrom.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules index a1750150d..e4ef214a7 100644 --- a/udev-config/55-lfs.rules +++ b/udev-config/55-lfs.rules @@ -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 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" |