Comment 5 for bug 707971

Revision history for this message
Martin Pitt (pitti) wrote :

That's due to the recent debhelper change (http://launchpadlibrarian.net/62684664/debhelper_8.0.0ubuntu1_8.0.0ubuntu2.diff.gz) which did:

- # start fails if already running
- start #JOB# || :
+ invoke-rc.d #JOB# start || #ERROR_HANDLER#

and similar. Apparenlty the #ERROR_HANDLER# results in "exit $?" instead of ":" as it should be.