cvs commit: src/usr.sbin/sysinstall config.c
Ceri Davies
setantae at submonkey.net
Thu Sep 11 03:27:50 PDT 2003
On Wed, Sep 10, 2003 at 01:55:10PM -0700, Tom Rhodes wrote:
> trhodes 2003/09/10 13:55:10 PDT
>
> FreeBSD src repository
>
> Modified files:
> usr.sbin/sysinstall config.c
> Log:
> With the exim port upgrade, modify sysinstall(8):
>
> - Add 'enable_exim="YES"' to rc.conf(5)
> - Use the default exim configuration file from the port
> - When using sendmail, disable some more scripts that use sendmail specific
> parameters
> - Have sysinstall tweak mailer.conf(5) substitution
> - Use 'N' flag for newsyslog(8)
>
> Submitted by: Oliver Eikemeier <eikemeier at fillmore-labs.com>
> Reviewed by: sheldonh, simon
> Tested by: myself (trhodes) and submitter
- fprintf(mailerconf, "mailq /usr/local/sbin/exim -bp\n");
- fprintf(mailerconf, "newaliases /usr/bin/true\n");
+ fprintf(mailerconf, "mailq /usr/local/sbin/exim\n");
+ fprintf(mailerconf, "newaliases /usr/local/sbin/exim -bi\n");
+ fprintf(mailerconf, "hoststat /usr/bin/true\n");
+ fprintf(mailerconf, "purgestat /usr/bin/true\n");
Exim doesn't require the " -bi" there, similarly to how the " -bp" is
not required on the mailq line. This should probably be removed for
consistency.
Ceri
--
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
-- www.chatterboxchallenge.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030911/92ca2892/attachment.bin
More information about the cvs-src
mailing list