On Wed, 2005-08-31 at 08:13 +0100, Roy Marples wrote:
> Attached is a patch to baselayout-1.12.0_pre6-r3 that allows this.
> Basically when an init script calls start-stop-daemon --start then we
> log what it started (and hopefully a pidfile) in
> ${svcdir}/daemons/${myservice}
Forgot to attach a patch for depscan.sh
Roy
--- depscan.sh 2005-08-17 22:04:34.000000000 +0100
+++ /sbin/depscan.sh 2005-08-31 06:25:11.000000000 +0100
@@ -16,7 +16,7 @@
fi
fi
-for x in softscripts snapshot options \
+for x in softscripts snapshot options daemons \
started starting inactive stopping failed \
exclusive exitcodes ; do
if [[ ! -d "${svcdir}/${x}" ]] ; then