Comment 13 for bug 467000

Revision history for this message
Tim Hawes (trhawes) wrote :

Unfortunately, it appears upstart-job has still not been patched upstream for 10.04.2, and the patch needed to be updated (just line number changes).

Just in case this post gets outdated and upstream has still not patched this file, all the patch does is add:
lsb-header)
    $ECHO "### BEGIN INIT INFO"
    $ECHO "# Provides: $JOB"
    $ECHO "# Required-Start:"
    $ECHO "# Required-Stop:"
    $ECHO "# Should-Start:"
    $ECHO "# Should-Stop:"
    $ECHO "# Default-Start:"
    $ECHO "# Default-Stop:"
    $ECHO "# Short-Description: $JOB, converted to upstart."
    $ECHO "### END INIT INFO"
    ;;
to the end of the case statement, just before the default:
*)
toward the end of the file.