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
--uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 10, 2003 at 01:55:10PM -0700, Tom Rhodes wrote: > trhodes 2003/09/10 13:55:10 PDT >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/sysinstall config.c=20 > Log: > With the exim port upgrade, modify sysinstall(8): > =20 > - Add 'enable_exim=3D"YES"' to rc.conf(5) > - Use the default exim configuration file from the port > - When using sendmail, disable some more scripts that use sendmail spec= ific > parameters > - Have sysinstall tweak mailer.conf(5) substitution > - Use 'N' flag for newsyslog(8) > =20 > 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 --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --uZ3hkaAS1mZxFaxD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/YE4gocfcwTS3JF8RAlevAKCXDtR8k/OYbXMtAB8M5SAmJhwsrgCfZCO3 iqcxOoSaiXax9C8PlkJE/FM= =LPTK -----END PGP SIGNATURE----- --uZ3hkaAS1mZxFaxD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030911102744.GC76802>