From: Kay Sievers Date: Sat, 29 Dec 2007 16:23:31 +0000 (+0100) Subject: rules: remove tty rule which can never run because of an earlier "last_rule" X-Git-Tag: 174~1767 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c74fd7a768fc3efc2950186e3fb879de9f358d8d rules: remove tty rule which can never run because of an earlier "last_rule" --- diff --git a/etc/udev/rules.d/50-udev-default.rules b/etc/udev/rules.d/50-udev-default.rules index 93e9ccd40..aedc6ae8b 100644 --- a/etc/udev/rules.d/50-udev-default.rules +++ b/etc/udev/rules.d/50-udev-default.rules @@ -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"