From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 4 14:30:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B1E16A4BF for ; Thu, 4 Sep 2003 14:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC38B43FAF for ; Thu, 4 Sep 2003 14:30:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h84LULUp048459 for ; Thu, 4 Sep 2003 14:30:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h84LULBL048458; Thu, 4 Sep 2003 14:30:21 -0700 (PDT) Date: Thu, 4 Sep 2003 14:30:21 -0700 (PDT) Message-Id: <200309042130.h84LULBL048458@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: bin/56458: [PATCH] sysinstall: adapt exim settings to rc.subr(8) usage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 21:30:22 -0000 The following reply was made to PR bin/56458; it has been noted by GNATS. From: "Simon L. Nielsen" To: Oliver Eikemeier Cc: FreeBSD-gnats-submit@FreeBSD.org, Sheldon Hearn , Tom Rhodes Subject: Re: bin/56458: [PATCH] sysinstall: adapt exim settings to rc.subr(8) usage Date: Thu, 4 Sep 2003 23:26:24 +0200 --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.04 22:55:28 +0200, Oliver Eikemeier wrote: > - add 'enable_exim=3D"YES"' to rc.conf(5) > - exim now has a default configure file in the package > - disable some more scripts that use sendmail specific parameters > - tweak mailer.conf(5) substitution > - use 'N' flag for newsyslog(8) I don't use exim, so I can't comment on whether the changes with regards to exim options are correct, but otherwise the patch looks good to me. > Thanks to all who have worked on bringing support for alternative MTAs > to FreeBSD. Nice to know that someone likes it :-). > >Fix: >=20 > --- sysinstall.patch begins here --- > --- src/usr.sbin/sysinstall/config.c.orig Fri Aug 22 11:56:54 2003 > +++ src/usr.sbin/sysinstall/config.c Thu Sep 4 22:17:44 2003 > @@ -1201,14 +1201,7 @@ > } > =20 > variable_set2(VAR_SENDMAIL_ENABLE, "NONE", 1); > - > - if(file_readable("/usr/local/etc/exim/configure.default") && > - !file_readable("/usr/local/etc/exim/configure")) { > - if(vsystem("cp /usr/local/etc/exim/configure.default /usr/local/etc/exi= m/configure")) > - msgConfirm("An error occurred while coping the exim configuration f= ile.\n" > - "Please check if exim is working after you have completed this\= n" > - "installation.\n"); > - } > + variable_set2("exim_enable", "YES", 1); This was one of the "hacks" that I wasn't too happy about. Nice to see it go away :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/V63+h9pcDSc1mlERAuqAAKCPaKySQH034Q7tDU96skzFHj0NXQCglub3 CekHUyRkAY7P+H0Eh23mRpw= =aDUE -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ--