On Mon, 12 Mar 2001, Eric Pretorious wrote:

> # Change the major functions into functions.
> start() {
>       echo -n "Starting qmail: "
>       daemon ${qmail}
>       RETVAL=$?
>       echo
>       [ $RETVAL = 0 ] && touch /var/lock/subsys/smtp
>       return $RETVAL
> }

Replace "daemon ${qmail}" with "csh -cf '/var/qmail/rc'" and see what
happens. The fact that qmail doesn't run right from sh/bash is mentioned
in the docs.

-- 
Todd A. Jacobs
CodeGnome Consulting, LTD


Reply via email to