]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- fix default event pattern and action.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 8 Nov 2005 17:51:05 +0000 (17:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  current 2.6 kernel reports "button/power PWRF ... ...".
  tested on i686 and amd64. works fine.

Changed files:
    acpid.halt_on_power_button.conf -> 1.2

acpid.halt_on_power_button.conf

index 21425cf0bf2b2cdd42aeebb65ddde973ef27682c..813b154be353c398ddd057c8c15ddc605350a8f6 100644 (file)
@@ -1,7 +1,7 @@
 # This is a sample ACPID configuration 
 
 # event=power
-event=button power.*
+event=button/power.*
 
-# action=/usr/sbin/power.sh "`echo "%e" | sed -e "s,\/,\ ,"`"
-action=/usr/sbin/power.sh "%e"
\ No newline at end of file
+action=/usr/sbin/power.sh "`echo "%e" | sed -e "s,\/,\ ,"`"
+# action=/usr/sbin/power.sh "%e"
This page took 0.28388 seconds and 4 git commands to generate.