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.

** Patch added: "upstart-job.patch"
   
https://bugs.launchpad.net/ubuntu/+source/insserv/+bug/467000/+attachment/1911900/+files/upstart-job.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/467000

Title:
  insserv doesn't work with upstart

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to