[Michael Meskes]
> Right, this is already fixed in git.

Great.

> Watchdog should start after all server processes as it can be used
> to monitor these processes. This is why I thought about $all.

One problem with $all, is that one can not depend on scripts depending
on $all without creating a dependency loop.  Ie. a depend on $all, b
depend on a, create a dependency loop like this:

  $all <- a <- b <- $all <- a ....

The semantic of $all is thus surprising to most, and I recommend
against using it unless no other alternative exist. :)

Is there anything starting after watchdog that needed to start after
watchdog?  If not, $all will probably work for this script.  If there
is, $all will not work and individual dependencies need to be used.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to