From owner-cvs-all@FreeBSD.ORG Thu Dec 7 17:51:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 798D716A4D0; Thu, 7 Dec 2006 17:51:38 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (ns1int.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B68B43D5A; Thu, 7 Dec 2006 17:48:22 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id kB7Hn2nX094312; Thu, 7 Dec 2006 10:49:02 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id kB7HmqCB050158; Thu, 7 Dec 2006 10:48:52 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id kB7HmqS7050155; Thu, 7 Dec 2006 10:48:52 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17784.21508.504755.723954@gromit.timing.com> Date: Thu, 7 Dec 2006 10:48:52 -0700 From: John E Hein To: Doug Barton , Robert Watson In-Reply-To: <17784.18086.947589.606142@gromit.timing.com> References: <200609241731.k8OHV5mZ053132@repoman.freebsd.org> <45775157.4030900@FreeBSD.org> <20061206233112.X65418@fledge.watson.org> <4577586A.2010009@FreeBSD.org> <17784.18086.947589.606142@gromit.timing.com> X-Mailer: VM 7.19 under Emacs 22.0.50.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d auditd 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: Thu, 07 Dec 2006 17:51:38 -0000 John E Hein wrote at 09:51 -0700 on Dec 7, 2006: > Another option is to start auditd behind lockf. To determine whether > auditd has exited, check for the lock file (put it in /var/run). The bad part about this is the extra lockf process lying around. What would be nice would be an inetd-like manager which you could query to determine process status. Sorry... I'll stop now.