Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 055a32649669801c4de84e97ed4e5230 > files > 3

e-0.16.999.55225-1.mga1.src.rpm

--- enlightenment-0.16.999.050/data/etc/sysactions.conf	2009-03-05 11:41:59.000000000 +0100
+++ enlightenment-0.16.999.050/data/etc/sysactions.conf.patched	2009-03-05 11:41:17.000000000 +0100
@@ -45,8 +45,8 @@
 
 action:   halt      /sbin/shutdown -h now
 action:   reboot    /sbin/shutdown -r now
-action:   suspend   /etc/acpi/sleep.sh force
-action:   hibernate /etc/acpi/hibernate.sh force
+action:   suspend   /usr/bin/acpitool -s
+action:   hibernate /usr/bin/acpitool -S
 
 # on FreeBSD use this instead of the above.
 #action suspend  /usr/sbin/zzz 
@@ -72,4 +72,4 @@
 # user:     myuser     allow:  *
 # user:     another    allow:  suspend hibernate
 # deny everyone else by default
-user:     *         deny:  *
+user:     *         allow:  *