summaryrefslogtreecommitdiff
path: root/extra/enlightenment17/sysactions_systemd.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-18 03:29:33 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-18 03:29:33 +0000
commitf4cbb127d45017c14988b232dbae02bc2858c6df (patch)
tree71d864fa346c59efa48d7c029334b366c6597317 /extra/enlightenment17/sysactions_systemd.patch
parent953eead14ccfe47904e73cee9cea6e1255f57356 (diff)
Sat Jan 18 03:25:57 UTC 2014
Diffstat (limited to 'extra/enlightenment17/sysactions_systemd.patch')
-rw-r--r--extra/enlightenment17/sysactions_systemd.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/enlightenment17/sysactions_systemd.patch b/extra/enlightenment17/sysactions_systemd.patch
deleted file mode 100644
index 5d535dd60..000000000
--- a/extra/enlightenment17/sysactions_systemd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- data/etc/sysactions.conf.in 2012-10-31 17:28:49.000000000 +0100
-+++ data/etc/sysactions.conf.in.bak 2012-11-27 19:27:15.955334382 +0100
-@@ -43,10 +43,10 @@
- # 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: reboot /sbin/shutdown -r now
--action: suspend @SUSPEND@
--action: hibernate @HIBERNATE@
-+action: halt /usr/bin/systemctl poweroff
-+action: reboot /usr/bin/systemctl reboot
-+action: suspend /usr/bin/systemctl suspend
-+action: hibernate /usr/bin/systemctl hibernate
- action: /bin/mount /bin/mount
- action: /bin/umount /bin/umount
- action: /usr/bin/eject /usr/bin/eject