mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-29 16:49:21 +01:00
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:
parent
cf6e7ba462
commit
7f6363f677
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user