diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-09 22:06:59 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-09 22:06:59 +0200 |
commit | 6c84234d269a0a550476e0bce74646d16db2d669 (patch) | |
tree | 4bebd602a5e85e9df1a611303e67d7879b85c487 /rules/debian/95-late.rules | |
parent | 88db3905576720349e8bfb1734776c227e6ec3d8 (diff) |
rules: delete all distro rules which do not use default rules
Diffstat (limited to 'rules/debian/95-late.rules')
-rw-r--r-- | rules/debian/95-late.rules | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/rules/debian/95-late.rules b/rules/debian/95-late.rules deleted file mode 100644 index 1b52c0f002..0000000000 --- a/rules/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" - |