diff options
Diffstat (limited to 'acpid')
-rw-r--r-- | acpid/acpid-1.0.2/init | 26 | ||||
-rw-r--r-- | acpid/acpid-1.0.3/init | 26 | ||||
-rw-r--r-- | acpid/acpid_1.0.2.bb | 0 | ||||
-rw-r--r-- | acpid/acpid_1.0.3.bb | 0 |
4 files changed, 0 insertions, 52 deletions
diff --git a/acpid/acpid-1.0.2/init b/acpid/acpid-1.0.2/init deleted file mode 100644 index 4937e71e9f..0000000000 --- a/acpid/acpid-1.0.2/init +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh -e - -test -x /usr/sbin/acpid || exit 0 -test -d /proc/acpi || exit 0 - -case "$1" in - start) - echo -n "Starting Advanced Configuration and Power Interface daemon: " - start-stop-daemon -S -x /usr/sbin/acpid -- -c /etc/acpi/events -s /var/run/.acpid.socket - echo "acpid." - ;; - stop) - echo -n "Stopping Advanced Configuration and Power Interface daemon: " - start-stop-daemon -K -x /usr/sbin/acpid - echo "acpid." - ;; - restart|force-reload) - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/acpid {start|stop|restart|force-reload}" - exit 1 -esac - -exit 0 diff --git a/acpid/acpid-1.0.3/init b/acpid/acpid-1.0.3/init deleted file mode 100644 index 4937e71e9f..0000000000 --- a/acpid/acpid-1.0.3/init +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh -e - -test -x /usr/sbin/acpid || exit 0 -test -d /proc/acpi || exit 0 - -case "$1" in - start) - echo -n "Starting Advanced Configuration and Power Interface daemon: " - start-stop-daemon -S -x /usr/sbin/acpid -- -c /etc/acpi/events -s /var/run/.acpid.socket - echo "acpid." - ;; - stop) - echo -n "Stopping Advanced Configuration and Power Interface daemon: " - start-stop-daemon -K -x /usr/sbin/acpid - echo "acpid." - ;; - restart|force-reload) - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/acpid {start|stop|restart|force-reload}" - exit 1 -esac - -exit 0 diff --git a/acpid/acpid_1.0.2.bb b/acpid/acpid_1.0.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/acpid/acpid_1.0.2.bb +++ /dev/null diff --git a/acpid/acpid_1.0.3.bb b/acpid/acpid_1.0.3.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/acpid/acpid_1.0.3.bb +++ /dev/null |