New package: enlightenment-0.17.0.
This commit is contained in:
parent
7fcedd99dd
commit
db5d492a25
6 changed files with 230 additions and 0 deletions
17
srcpkgs/enlightenment/patches/sysactions_systemd.patch
Normal file
17
srcpkgs/enlightenment/patches/sysactions_systemd.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue