From owner-freebsd-doc@FreeBSD.ORG Thu Jan 24 21:45:00 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ADD43852; Thu, 24 Jan 2013 21:45:00 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 566B38E6; Thu, 24 Jan 2013 21:45:00 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0OLiwUV085517; Thu, 24 Jan 2013 14:44:58 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0OLiwnB085514; Thu, 24 Jan 2013 14:44:58 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 24 Jan 2013 14:44:58 -0700 (MST) From: Warren Block To: Chris Rees Subject: Re: explicit use of /etc/rc.d vs service In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 24 Jan 2013 14:44:58 -0700 (MST) Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:45:00 -0000 On Thu, 24 Jan 2013, Chris Rees wrote: > On 24 January 2013 20:13, Warren Block wrote: >> >> Should be sshd_enable="YES" in both places. > > Why? > > Useless quotes are not useful, and the habit of using them everywhere > is actively harmful. I'm only talking about rc.conf, where the examples (AFAIK) always use quoting. It's probably a shortcut around having to explain quoting things that contain whitespace. > Sorry to sound a little OCD, but overquoting bothers me, and it > doesn't fit with rc.subr style. (Let's ignore defaults/rc.conf for > now...) Okay. Let me put it this way: examples should be consistent, not just in a section but preferably across a whole book. That said, leaving these unquoted is not the worst possible thing ever.