From owner-freebsd-arch Thu Oct 18 14:31:27 2001 Delivered-To: freebsd-arch@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id DC22837B407 for ; Thu, 18 Oct 2001 14:31:23 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 35DC99B08; Thu, 18 Oct 2001 16:30:33 -0500 (EST) Date: Thu, 18 Oct 2001 16:30:33 -0500 From: Will Andrews To: Dag-Erling Smorgrav Cc: Gordon Tetlow , arch@freebsd.org, kevin.way@overtone.org Subject: Re: New rc.d init script roadmap Message-ID: <20011018163033.C57251@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Dag-Erling Smorgrav , Gordon Tetlow , arch@freebsd.org, kevin.way@overtone.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 11:05:14PM +0200, Dag-Erling Smorgrav wrote: > Sorry, I overestimated rcorder(8), it just does a topological sort of > the specified files - I thought it was smart enough to go look for > missing dependencies. I don't think it would be hard to add that > functionality to rcorder, but detecting whether a dependency is > already running might be tricky. Not if it's made a point to always provide a pidfile, be it using getpid() or ps(1) in conjunction with awk(1)+grep(1). -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message