mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Remove rfcomm and tape rules that duplicate upstream's rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
200e4660ba
commit
33169fa6bc
@ -12,7 +12,6 @@ KERNEL=="rtc", MODE="0666"
|
||||
|
||||
# Comms devices
|
||||
|
||||
KERNEL=="rfcomm[0-9]*", GROUP="dialout"
|
||||
KERNEL=="ippp[0-9]*", GROUP="dialout"
|
||||
KERNEL=="isdn[0-9]*", GROUP="dialout"
|
||||
KERNEL=="isdnctrl[0-9]*", GROUP="dialout"
|
||||
@ -71,17 +70,6 @@ SUBSYSTEM=="block", MODE="0660"
|
||||
|
||||
KERNEL=="dm-*", OPTIONS+="ignore_device"
|
||||
|
||||
# Tape devices
|
||||
|
||||
# override all these
|
||||
KERNEL=="ht[0-9]*", GROUP="tape"
|
||||
KERNEL=="nht[0-9]*", GROUP="tape"
|
||||
KERNEL=="pt[0-9]*", GROUP="tape"
|
||||
KERNEL=="npt[0-9]*", GROUP="tape"
|
||||
KERNEL=="st[0-9]*", GROUP="tape"
|
||||
KERNEL=="nst[0-9]*", GROUP="tape"
|
||||
|
||||
# Override floppy devices
|
||||
KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", \
|
||||
RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
|
||||
* 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
|
||||
included in upstream's rule
|
||||
* 55-lfs-rules: Remove the tape rules as the group they sets is already
|
||||
included in upstream's rules
|
||||
|
||||
2009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
|
||||
* 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
|
||||
version, which has a better match via SUBSYSTEM).
|
||||
|
Loading…
Reference in New Issue
Block a user