From owner-cvs-all@FreeBSD.ORG Fri Jan 25 16:47:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDDF216A419; Fri, 25 Jan 2008 16:47:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id AD45513C4EB; Fri, 25 Jan 2008 16:47:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m0PGlh1N081875; Fri, 25 Jan 2008 09:47:43 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <479A12AF.2050003@samsco.org> Date: Fri, 25 Jan 2008 09:47:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Mike Makonnen References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> In-Reply-To: <200801251644.m0PGiYJg051286@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 25 Jan 2008 09:47:43 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 16:47:50 -0000 Mike Makonnen wrote: > mtm 2008-01-25 16:44:34 UTC > > FreeBSD src repository > > Modified files: > etc rc.subr > Log: > Backout previous commit. It's going to clutter the console > during boot and shutdown. I think I'll hide it behind autoboot or > maybe take brooks@ suggestion and implement a different command > prefix for booting/shutdown purposes, but in any case it needs more > thought and attention. > > Noticed by: ceri > Pointyhat to: mtm > > Revision Changes Path > 1.79 +0 -3 src/etc/rc.subr In any case, I think you're on a good track. I can't tell you how many times I've pulled my hair out from typing "/etc/rc.d/foo start" at the command line and having nothing at all happen as a response. Scott