From owner-cvs-src@FreeBSD.ORG Tue Jun 1 23:48:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B9416A4CE; Tue, 1 Jun 2004 23:48:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDBC43D58; Tue, 1 Jun 2004 23:48:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i526mD7i054072; Tue, 1 Jun 2004 23:48:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i526mDpv054071; Tue, 1 Jun 2004 23:48:13 -0700 (PDT) (envelope-from phk) Message-Id: <200406020648.i526mDpv054071@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Jun 2004 23:48:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/daemon daemon.8 daemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 02 Jun 2004 06:48:16 -0000 phk 2004/06/01 23:48:13 PDT FreeBSD src repository Modified files: usr.sbin/daemon daemon.8 daemon.c Log: Give daemon(8) the ability to create a pid-file. Since the target program does not know anything about the pid-file and we don't keep a babysitting process for the task, the pid-file will linger. Submitted by: mi PR: 56398 Revision Changes Path 1.4 +9 -1 src/usr.sbin/daemon/daemon.8 1.3 +37 -5 src/usr.sbin/daemon/daemon.c