cvs commit: src/usr.sbin/sysinstall config.c
Simon L. Nielsen
simon at FreeBSD.org
Thu Sep 11 06:43:25 PDT 2003
On 2003.09.11 00:06:16 -0700, Doug Barton wrote:
> On Thu, 11 Sep 2003, Maxime Henrion wrote:
>
> > 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="YES"' to rc.conf(5)
> > [...]
> >
> > All other rc.conf(5) options that enable services are of the form
> > <service>_enable. Why the difference here?
>
> 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);
--
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030911/e93d8b9d/attachment.bin
More information about the cvs-src
mailing list