So it wasn't just me :) Was that the change you made in your config script?
Are there any other changes that I should make to my config scripts? So far
I haven't found any other problems.
David
> On Thu, Sep 14, 2000 at 03:42:49PM -0500, dG wrote:
> > case "$1" in
> > start)
> > echo -n "Starting djb services: services: svscan"
> > cd /service
> > env - Path="/usr/local/bin:$PATH" svscan &
> >
> > Now when running '/init.d/svscan start' all of my qmail scripts have
started
> > up and have the associated 'supvervise' lines when running 'ps -auxxww'
>
> Thanks, I fixed that in my config scripts a while ago, but I must have
> forgotten about the copy of the init script in the howto.
>
> --Adam