summaryrefslogtreecommitdiff
path: root/etc/udev/debian/95-late.rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-07-18 15:56:03 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-07-18 15:56:03 +0200
commit282988c4f8a85c28468e6442e86efe51dc71cc93 (patch)
treefda0a6ba62adffd8f7c4762b9694ab77e4ea563f /etc/udev/debian/95-late.rules
parent41dd741442ab496901c38f6cd38404bd954f1857 (diff)
move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
Diffstat (limited to 'etc/udev/debian/95-late.rules')
-rw-r--r--etc/udev/debian/95-late.rules18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/udev/debian/95-late.rules b/etc/udev/debian/95-late.rules
deleted file mode 100644
index 622e019ef3..0000000000
--- a/etc/udev/debian/95-late.rules
+++ /dev/null
@@ -1,18 +0,0 @@
-# run a command on remove events
-ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
-
-# ignore the events generated by virtual consoles
-KERNEL=="ptmx", OPTIONS+="last_rule"
-KERNEL=="console", OPTIONS+="last_rule"
-KERNEL=="tty" , OPTIONS+="last_rule"
-KERNEL=="tty[0-9]*", OPTIONS+="last_rule"
-KERNEL=="pty*", OPTIONS+="last_rule"
-SUBSYSTEM=="vc", OPTIONS+="last_rule"
-
-# do not delete static device nodes
-ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", \
- OPTIONS+="ignore_remove"
-
-# debugging monitor
-RUN+="socket:/org/kernel/udev/monitor"
-