From owner-freebsd-stable@FreeBSD.ORG Mon Nov 12 05:29:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65CF4139 for ; Mon, 12 Nov 2012 05:29:41 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp3.sbb.rs (smtp3.sbb.rs [89.216.2.35]) by mx1.freebsd.org (Postfix) with ESMTP id C25C68FC13 for ; Mon, 12 Nov 2012 05:29:40 +0000 (UTC) Received: from mycenae (cable-178-148-96-72.dynamic.sbb.rs [178.148.96.72]) by smtp3.sbb.rs (8.14.0/8.14.0) with ESMTP id qAC5TX04012601; Mon, 12 Nov 2012 06:29:38 +0100 Received: by mycenae (Postfix, from userid 1001) id D59DB5C23; Mon, 12 Nov 2012 06:29:39 +0100 (CET) Date: Mon, 12 Nov 2012 06:29:39 +0100 From: Zoran Kolic To: Kurt Buff Subject: Re: nomenclature for conf files Message-ID: <20121112052939.GA1309@mycenae.sbb.rs> References: <20121112051229.GA1235@mycenae.sbb.rs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -1.8 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 05:29:41 -0000 > > WITH_KMS=YES > > WITH_KMS="YES" > > WITH_KMS=yes > > With regard to their use in /etc/rc.conf, no, absolutely not. > In general, from my experience, only the second one will work. Yep, in rc.conf only the second one. I was thinking of make.conf. It is the place kms should be set. Loader conf might take only "" versions also. Thank you and best regards Zoran