summaryrefslogtreecommitdiff
path: root/data/etc
diff options
context:
space:
mode:
authorHannes Janetzek <hannes.janetzek@gmail.com>2011-03-29 18:20:11 +0000
committerHannes Janetzek <hannes.janetzek@gmail.com>2011-03-29 18:20:11 +0000
commit6a6bcb35f9d1a4662db29d9c2c845ef3adeb8c04 (patch)
treed9c126dc7aea45d3fcb2e9c5edaac5b81435cd4a /data/etc
parentffacd4b46b93f39fdf67b38f41f2c5d9b7168486 (diff)
downloadenlightenment-6a6bcb35f9d1a4662db29d9c2c845ef3adeb8c04.tar.gz
e17: create sysactions.conf with suspend/hibernate commands found at configure time.
TDO there should be a notice in summary which commands are used and that sysactions.conf needs to be tweaked SVN revision: 58187
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/sysactions.conf.in (renamed from data/etc/sysactions.conf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/etc/sysactions.conf b/data/etc/sysactions.conf.in
index 130f66dba1..179a5707bf 100644
--- a/data/etc/sysactions.conf
+++ b/data/etc/sysactions.conf.in
@@ -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 @SUSPEND@
+action: hibernate @HIBERNATE@
# on FreeBSD use this instead of the above.
#action suspend /usr/sbin/zzz