From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 21 18:35:20 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C971065670 for ; Thu, 21 Jun 2012 18:35:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 895378FC1B for ; Thu, 21 Jun 2012 18:35:19 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q5LIZGdu015964; Thu, 21 Jun 2012 20:35:16 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q5LIZGp3015960; Thu, 21 Jun 2012 20:35:16 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 21 Jun 2012 20:35:16 +0200 (CEST) From: Wojciech Puchar To: David Brodbeck In-Reply-To: Message-ID: References: <4FDF6177.5050608@unsane.co.uk> <4FDFB44D.9090308@gentoo.org> <4FE0ADCD.9010109@FreeBSD.org> <4FE0C123.8030301@gentoo.org> <4FE0F773.1080403@gentoo.org> <4FE100F9.2050009@funtoo.org> <20120620073920.GA5300@lonesome.com> 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 passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 21 Jun 2012 20:35:17 +0200 (CEST) Cc: "freebsd-hackers@freebsd.org" , Chris Rees Subject: Re: Replacing rc(8) (Was: FreeBSD Boot Times) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 18:35:20 -0000 > manage if you're doing something pre-configured (like > starting/stopping an existing service), but if you want to do > something custom you have to do a *lot* of digging to figure out how > to make it work. Some of the new stuff (like NWAM network > configuration) is not even configurable without a GUI. Fortunately FreeBSD is not solaris so we shouldn't care about how solaris do this.