From owner-freebsd-doc@FreeBSD.ORG Thu Jan 24 15:36:42 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D005C7D for ; Thu, 24 Jan 2013 15:36:42 +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 E41BAFA5 for ; Thu, 24 Jan 2013 15:36:41 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0OFadhS082303; Thu, 24 Jan 2013 08:36:39 -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 r0OFadUS082300; Thu, 24 Jan 2013 08:36:39 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 24 Jan 2013 08:36:39 -0700 (MST) From: Warren Block To: Eitan Adler 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 08:36:40 -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 15:36:42 -0000 On Wed, 23 Jan 2013, Eitan Adler wrote: > Would anyone object to a patch which converts uses of > "/etc/rc.d/daemon start" to "service daemon start" and the like? > I would like to see service(1) become the standard interface to using services. Agreed. service(1) puts things in one place and abstracts them. Also, it's less typing and easier to autocomplete.