diff -u daemontools-0.76/debian/svscan.conf daemontools-0.76/debian/svscan.conf --- daemontools-0.76/debian/svscan.conf +++ daemontools-0.76/debian/svscan.conf @@ -3,8 +3,8 @@ # This service starts daemontools from the point the system is # started until it is shut down again. -start on runlevel [123456] -stop on shutdown +start on filesystem +stop on runlevel [06] respawn exec /usr/bin/svscanboot diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog --- daemontools-0.76/debian/changelog +++ daemontools-0.76/debian/changelog @@ -1,3 +1,10 @@ +daemontools (1:0.76-3ubuntu3) oneiric; urgency=low + + * Fix upstart job to properly start and stop svscan on appropriate + runlevels (based on a patch from Dan Muresan). (LP: #665176) + + -- Daniel T Chen Thu, 28 Jul 2011 08:30:15 -0400 + daemontools (1:0.76-3ubuntu2) karmic; urgency=low * fix upstartification (LP: #460760)