X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Facpid%2Ffiles%2Facpid.hotplug;fp=utils%2Facpid%2Ffiles%2Facpid.hotplug;h=0000000000000000000000000000000000000000;hb=609c76f3a2e221e6957c5160e4ff7b1317b8e555;hp=6e08d01a22036897a290123512385c667deea4e2;hpb=63bcf985319abf13deab70a3c8e6e247cae8d575;p=packages.git diff --git a/utils/acpid/files/acpid.hotplug b/utils/acpid/files/acpid.hotplug deleted file mode 100644 index 6e08d01a2..000000000 --- a/utils/acpid/files/acpid.hotplug +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -. /lib/functions.sh - -if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then - ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )& -fi