*** fancontrol.rc 2010-01-09 18:54:28.907732344 -0500 --- /etc/rc.d/fancontrol 2010-01-09 18:43:08.039559472 -0500 *************** *** 8,14 **** start) stat_busy "Starting fancontrol" [ -z "$PID" ] && /usr/sbin/fancontrol >/dev/null 2>&1 & ! if [ -z "$PID" -o $? -gt 0 ]; then stat_fail else add_daemon fancontrol --- 8,15 ---- start) stat_busy "Starting fancontrol" [ -z "$PID" ] && /usr/sbin/fancontrol >/dev/null 2>&1 & ! # if [ -z "$PID" -o ! if [ $? -gt 0 ]; then stat_fail else add_daemon fancontrol