freebsd-ports/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in
Grzegorz Blach 2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00

21 lines
820 B
Text

--- data/etc/sysactions.conf.in.orig 2012-11-08 12:37:45.000000000 +0100
+++ data/etc/sysactions.conf.in 2012-11-08 12:38:48.000000000 +0100
@@ -43,13 +43,13 @@
# user and group name can use glob matches (* == all for example) like the
# shell. as can action names allowed or denied.
-action: halt /sbin/shutdown -h now
+action: halt /sbin/shutdown -p now
action: reboot /sbin/shutdown -r now
-action: suspend @SUSPEND@
+action: suspend /usr/sbin/zzz
action: hibernate @HIBERNATE@
-action: /bin/mount /bin/mount
-action: /bin/umount /bin/umount
-action: /usr/bin/eject /usr/bin/eject
+action: /bin/mount /sbin/mount
+action: /bin/umount /sbin/umount
+action: /usr/bin/eject /usr/sbin/cdcontrol eject
action: gdb gdb
# on FreeBSD use this instead of the above.