Jack D . Browning <[EMAIL PROTECTED]> wrote:
> 
> However, when I enter the single line from section 2.7 of Life with
> qmail at the bottom of "/etc/inittab":

>    SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan 
>/service </dev/null >/dev/console 
> 2>/dev/console
> I get the following continuous error at boot or at "kill -HUP 1":
>    /var/qmail/rc: exec: env: not found

Init isn't finding the "env" executable because it isn't in the path.
Change "env" in inittab to an explicit path to env -- probably
/usr/bin/env, but check your system.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to