I'm sorry, its in the restart section:

       log_daemon_msg "Restarting distributed compiler daemon" "iceccd"
        stop_icecc_daemon
        sleep 1
        if [ "$START_ICECC" = "true" ]; then
            start_icecc_daemon
        fi
        log_end_msg $?

        log_daemon_msg "Restarting distributed compiler scheduler" "icecc-sched$
        stop_icecc_scheduler
        sleep 1
        if [ "$START_ICECC_SCHEDULER" = "true" ]; then
            start_icecc_scheduler
        fi
        log_end_msg $?

-- 
/etc/init.d/icecc  reports wrong starting actions
https://bugs.launchpad.net/bugs/125838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to