From owner-cvs-all@FreeBSD.ORG Thu Sep 11 03:27:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AD916A4BF; Thu, 11 Sep 2003 03:27:50 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D0543F75; Thu, 11 Sep 2003 03:27:48 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 19xOfy-000AUV-Qn; Thu, 11 Sep 2003 11:27:46 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 19xOfw-0006Xz-HP; Thu, 11 Sep 2003 11:27:44 +0100 Date: Thu, 11 Sep 2003 11:27:44 +0100 From: Ceri Davies To: Tom Rhodes Message-ID: <20030911102744.GC76802@submonkey.net> Mail-Followup-To: Ceri Davies , Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200309102055.h8AKtA7N027631@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD" Content-Disposition: inline In-Reply-To: <200309102055.h8AKtA7N027631@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 10:27:50 -0000 --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 > 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--