Date: Thu, 11 Sep 2003 11:27:44 +0100 From: Ceri Davies <setantae@submonkey.net> To: Tom Rhodes <trhodes@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c Message-ID: <20030911102744.GC76802@submonkey.net> In-Reply-To: <200309102055.h8AKtA7N027631@repoman.freebsd.org> References: <200309102055.h8AKtA7N027631@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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@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
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)
iD8DBQE/YE4gocfcwTS3JF8RAlevAKCXDtR8k/OYbXMtAB8M5SAmJhwsrgCfZCO3
iqcxOoSaiXax9C8PlkJE/FM=
=LPTK
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030911102744.GC76802>
