From owner-freebsd-questions@FreeBSD.ORG Tue Jan 23 18:31:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD1D816A405 for ; Tue, 23 Jan 2007 18:31:47 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD7613C4C9 for ; Tue, 23 Jan 2007 18:31:47 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l0NIQU4F016307; Tue, 23 Jan 2007 13:26:30 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l0NIQUtB016306; Tue, 23 Jan 2007 13:26:30 -0500 (EST) (envelope-from jerrymc) Date: Tue, 23 Jan 2007 13:26:30 -0500 From: Jerry McAllister To: eoghan Message-ID: <20070123182630.GD16158@gizmo.acns.msu.edu> References: <603807C4-19A7-4956-9E64-2EF5B1552D1E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <603807C4-19A7-4956-9E64-2EF5B1552D1E@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd ORG Subject: Re: rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 18:31:47 -0000 On Tue, Jan 23, 2007 at 04:22:44PM +0000, eoghan wrote: > Hi > Just a general question: > should all values in rc.conf be in quotes... like: > network_enable="rl0" It is a good idea. I think, if there is no white space in the value, then you can get away without it, but maybe I have my shells confused in my mind. Anyway, using the quotes will always be OK. ////jerry > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"