chiark / gitweb /
rules: remove tty rule which can never run because of an earlier "last_rule"
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 29 Dec 2007 16:23:31 +0000 (17:23 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 29 Dec 2007 16:23:31 +0000 (17:23 +0100)
etc/udev/rules.d/50-udev-default.rules

index 93e9ccd4050e4c3581ef95ad3a6188638ef9d7c9..aedc6ae8b470b5c370271310f6cc2dbfd0bb7a0b 100644 (file)
@@ -7,7 +7,6 @@ KERNEL=="tty",                  GROUP="tty", MODE="0666", OPTIONS="last_rule"
 KERNEL=="tty[0-9]*",           GROUP="tty", MODE="0620", OPTIONS="last_rule"
 KERNEL=="vcs|vcs[0-9]*|vcsa|vcsa[0-9]*", GROUP="tty", OPTIONS="last_rule"
 KERNEL=="console",             MODE="0600", OPTIONS="last_rule"
-KERNEL=="tty0",                        SYMLINK+="systty"
 
 # serial
 KERNEL=="tty[A-Z]*|pppox*|ircomm*|noz*", GROUP="uucp"