login: Use the GOTO properly in udev rule

In udev rules the labels must be assigned to GOTO keys with '='.
This commit is contained in:
Tero Roponen 2012-05-30 18:34:28 +02:00 committed by Lennart Poettering
parent 6c3569e11a
commit 632c2e4123
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
ACTION=="remove", GOTO "power_switch_end"
ACTION=="remove", GOTO="power_switch_end"
SUBSYSTEM=="input", KERNEL=="event*", SUBSYSTEMS=="acpi", TAG+="power-switch"
SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", TAG+="power-switch"