Moritz Schmitt <[EMAIL PROTECTED]> wrote:
> 
> I got to the point in [Life with qmail] 
> where the author describes the qmailctl script. But I don't really
> understand what to do with it... I understand the script and I figured out
> that it needs an argument.

The script serves two purposes:  it's a single-point control script for the
sysadmin to use to do various common tasks (qmailctl cdb, qmailctl stop, etc),
and it's suitable for use as a SysV-style init script.  Your BSD doesn't use a
SysV-style init system, so ignore the second use for now.

> But the author wants me to put it into
> /var/qmail/bin and to create a link to my init.d directory as far as I
> understood him.

Skip the init.d link; FreeBSD doesn't use SysV-style init.

Instead, you want to put a line in (IIRC) /etc/rc.d/rc.local that contains
something like "/var/qmail/bin/qmailctl start".

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

Reply via email to