Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 14:30:21 -0700 (PDT)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/56458: [PATCH] sysinstall: adapt exim settings to rc.subr(8) usage
Message-ID:  <200309042130.h84LULBL048458@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/56458; it has been noted by GNATS.

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org,
	Sheldon Hearn <sheldonh@FreeBSD.org>,
	Tom Rhodes <trhodes@FreeBSD.org>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309042130.h84LULBL048458>