Ben Beuchler <[EMAIL PROTECTED]> wrote:

>svscan: warning: unable to start supervise dnscache: file does not exist

D�j� vu.

svscan can't find supervise. supervise lives in /usr/local/bin.

>----------
>#!/bin/sh
>
>/usr/local/bin/svscan /service &
>----------

Add:

  PATH=$PATH:/usr/local/bin
  export PATH

before running svscan.

-Dave

Reply via email to