Date: Thu, 11 Sep 2003 15:43:22 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Doug Barton <DougB@FreeBSD.org> Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c Message-ID: <20030911134320.GA387@FreeBSD.org> In-Reply-To: <20030911000107.B38429@12-234-22-23.pyvrag.nggov.pbz> References: <200309102055.h8AKtA7N027631@repoman.freebsd.org> <20030911062400.GA83361@elvis.mu.org> <20030911000107.B38429@12-234-22-23.pyvrag.nggov.pbz>
next in thread | previous in thread | raw e-mail | index | archive | help
--Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.11 00:06:16 -0700, Doug Barton wrote: > On Thu, 11 Sep 2003, Maxime Henrion wrote: >=20 > > 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=3D"YES"' to rc.conf(5) > > [...] > > > > All other rc.conf(5) options that enable services are of the form > > <service>_enable. Why the difference here? >=20 > Yeah, this is evil and should be changed. There is not guarantee that > this won't totally break someday. It is actually not an issue, since it was just a typo in Tom's commit message, not the actual code. The actual code is : --- src/usr.sbin/sysinstall/config.c 2003/08/03 05:55:21 1.212 +++ src/usr.sbin/sysinstall/config.c 2003/09/10 20:55:09 1.213 [CUT] + variable_set2("exim_enable", "YES", 1); --=20 Simon L. Nielsen FreeBSD Documentation Team --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/YHv4h9pcDSc1mlERAlpsAKDAz/sP5S4P+s6FEvJWHLOLEBtPQwCeKsH2 2q4KTRvQXTGpeaembNeNHPE= =st9P -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030911134320.GA387>