Comment 3 for bug 604717

Revision history for this message
Colin Watson (cjwatson) wrote :

I agree with David's comment.

-invoke-rc.d --quiet ntp start >/dev/null 2>&1 || true
+start stop >/dev/null 2>&1 || true

This is wrong - should be 'start ntp'.

(Incomplete review; I still need to look at the job itself.)