Index: keytouch.daemon =================================================================== --- keytouch.daemon (revision 128399) +++ keytouch.daemon (working copy) @@ -7,9 +7,6 @@ case "$1" in start) stat_busy "Starting keyTouch Daemon" - if [ -x /etc/rc.d/acpid ]; then - ck_daemon acpid && /etc/rc.d/acpid start - fi /usr/bin/keytouch-init if [ -z "$PID" ]; then /usr/bin/keytouch-acpid &> /dev/null &