On Wed, 15 Dec 2004 16:07:14 -0800
Robert Spier <[EMAIL PROTECTED]> wrote:
> It is probably cleaner to refactor the $0 stuff here instead of just
> slamming in another option. (Thus it would be QPSMTPD_ROOT or
> something.) It's still got lots of the historical stuff. Also, to
[...]
> also, do we really need seperate plugin and config dir specifiers
> if we have QPSMTPD_ROOT? What's the logic?
If you install with "perl Makefile.PL; make; make install" qpsmtpd is in
/usr/local/bin, and there's no way to put config and plugins inside a
bin/.
Ok, this is not the way most people run qpsmtpd, but it makes it easier
to package qpsmtpd FHS compliant, i.e. something like config to
/etc/qpsmtpd, plugins to /usr/share/qpsmtpd/{,plugins}.
> > + --pid-file P : print main servers PID to file P
>
> No short flag?
err.. none which wasn't used and seems logic ;-)
Hanno