aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/55-lfs.rules
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-16 22:46:45 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-16 22:46:45 +0000
commit33169fa6bc3123ad0065f1b707c7300dcfffcdf9 (patch)
treecb23597c0998ede7e4779e5f79a605c7c2c6561a /udev-config/55-lfs.rules
parent200e4660ba04aa7555c281b33625f75e3ace880c (diff)
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
Diffstat (limited to 'udev-config/55-lfs.rules')
-rw-r--r--udev-config/55-lfs.rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules
index 7d1953816..0679a0f11 100644
--- a/udev-config/55-lfs.rules
+++ b/udev-config/55-lfs.rules
@@ -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"
-