acpid: Import from oldpackages, update to latest version, add myself as

maintainer, ensure musl compatibility

 - with acpid kvm based setups can react on acpi shutdown and reboot
 actions

Signed-off-by: heil <heil@terminal-consulting.de>
This commit is contained in:
heil
2015-06-17 17:11:48 +02:00
parent 73a853e1cf
commit 3661e01a0d
6 changed files with 255 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
. /lib/functions.sh
if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
fi