From owner-cvs-all@FreeBSD.ORG Wed Sep 10 23:24:01 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 01E7516A4BF; Wed, 10 Sep 2003 23:24:01 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720E443FBD; Wed, 10 Sep 2003 23:24:00 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 556692ED413; Wed, 10 Sep 2003 23:24:00 -0700 (PDT) Date: Thu, 11 Sep 2003 08:24:00 +0200 From: Maxime Henrion To: Tom Rhodes Message-ID: <20030911062400.GA83361@elvis.mu.org> References: <200309102055.h8AKtA7N027631@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309102055.h8AKtA7N027631@repoman.freebsd.org> User-Agent: Mutt/1.4.1i 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 06:24:01 -0000 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 _enable. Why the difference here? Cheers, Maxime