From owner-cvs-src@FreeBSD.ORG Fri Jan 25 17:30:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA84116A419; Fri, 25 Jan 2008 17:30:42 +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 6947213C465; Fri, 25 Jan 2008 17:30:42 +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 m0PHUd3K082092; Fri, 25 Jan 2008 10:30:39 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <479A1CBF.808@samsco.org> Date: Fri, 25 Jan 2008 10:30:39 -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: Roman Divacky References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> <479A12AF.2050003@samsco.org> <20080125170546.GC36311@lor.one-eyed-alien.net> <20080125170945.GA31476@freebsd.org> In-Reply-To: <20080125170945.GA31476@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 10:30:39 -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, Mike Makonnen , Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 17:30:42 -0000 Roman Divacky wrote: > On Fri, Jan 25, 2008 at 11:05:46AM -0600, Brooks Davis wrote: >> On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote: >>> 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. >> The one that continually messes me up is disabling nagios in >> /etc/rc.conf during maintance and then doing "/usr/local/etc/rc.d/nagios >> stop" and forgetting that it doen't do anything so I get individual >> notices about all 352 cluster nodes going down. :( > > semantically foo_enable="YES" could permit "stop" action because I don't > see any logical contradiction in stopping a service that is not enabled... > > just my 2 cents :) > > roman Be that as it may, fixing the system to provide feedback to interactive users is a good thing. Scott