Your problem is this line:
env - PATH="$PATH" svscan &

the svscan isn't found. Either you don't have that app, or it's not in your
path. Nothing more..

Philip

Andreas Altenburg wrote:

> my script:
>
> case "$1" in
> start)
> echo -n "Starting qmail: svscan"
> cd /var/qmail/supervise
> env - PATH="$PATH" svscan &
> echo &! > /var/run/svscan.pid
> echo "."
> ;;
>
> the error:
>
> env: svscan no such file or directory
>
> i do not understand exactly the meaning of "svscan". Where is my mistake???

Reply via email to