--- fancontrol 2010-01-16 14:41:16.791940024 +0100 +++ /etc/rc.d/fancontrol 2010-01-16 14:41:58.000000000 +0100 @@ -8,7 +8,7 @@ start) stat_busy "Starting fancontrol" [ -z "$PID" ] && /usr/sbin/fancontrol >/dev/null 2>&1 & - if [ -z "$PID" -o $? -gt 0 ]; then + if [ $? -gt 0 ]; then stat_fail else add_daemon fancontrol