From: Lennart Poettering Date: Thu, 26 May 2011 00:16:17 +0000 (+0200) Subject: udev: simplify udev rules a bit X-Git-Tag: v30~178 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c9f09cda7705a1ad583b0d9e95b5f1e1b091438d;p=elogind.git udev: simplify udev rules a bit --- diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 186ef45f4..c079c3530 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -ACTION!="add|change", GOTO="systemd_end" +ACTION=="remove", GOTO="systemd_end" SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd" SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*", TAG+="systemd"