Import x11-wm/enlightenment version 0.17.2.1,2
[dports.git] / x11-wm / enlightenment / files / patch-data-etc-sysactions.conf.in
1 --- data/etc/sysactions.conf.in.orig    2012-11-08 12:37:45.000000000 +0100
2 +++ data/etc/sysactions.conf.in 2012-11-08 12:38:48.000000000 +0100
3 @@ -43,13 +43,13 @@
4  # user and group name can use glob matches (* == all for example) like the
5  # shell. as can action names allowed or denied. 
6  
7 -action:   halt      /sbin/shutdown -h now
8 +action:   halt      /sbin/shutdown -p now
9  action:   reboot    /sbin/shutdown -r now
10 -action:   suspend   @SUSPEND@
11 +action:   suspend   /usr/sbin/zzz
12  action:   hibernate @HIBERNATE@
13 -action:   /bin/mount /bin/mount
14 -action:   /bin/umount /bin/umount
15 -action:   /usr/bin/eject /usr/bin/eject
16 +action:   /bin/mount /sbin/mount
17 +action:   /bin/umount /sbin/umount
18 +action:   /usr/bin/eject /usr/sbin/cdcontrol eject
19  action:   gdb       gdb
20  
21  # on FreeBSD use this instead of the above.