From: Tero Roponen Date: Wed, 30 May 2012 16:34:28 +0000 (+0200) Subject: login: Use the GOTO properly in udev rule X-Git-Tag: v184~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=632c2e4123e4b4dc81792caee6220797c853d53e login: Use the GOTO properly in udev rule In udev rules the labels must be assigned to GOTO keys with '='. --- diff --git a/src/login/70-power-switch.rules b/src/login/70-power-switch.rules index 909592320..36fb82731 100644 --- a/src/login/70-power-switch.rules +++ b/src/login/70-power-switch.rules @@ -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"