From owner-cvs-all@FreeBSD.ORG Mon Mar 31 14:05:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9927737B401; Mon, 31 Mar 2003 14:05:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDBE43F93; Mon, 31 Mar 2003 14:05:57 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2VM5v0U025421; Mon, 31 Mar 2003 14:05:57 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2VM5uw2025420; Mon, 31 Mar 2003 14:05:56 -0800 (PST) Message-Id: <200303312205.h2VM5uw2025420@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 31 Mar 2003 14:05:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dwatch Makefile distinfo pkg-descr pkg-plist ports/sysutils/dwatch/files patch-Makefile patch-dwatch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 31 Mar 2003 22:05:59 -0000 edwin 2003/03/31 14:05:56 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dwatch Makefile distinfo pkg-descr pkg-plist sysutils/dwatch/files patch-Makefile patch-dwatch.c Log: New port: dwatch - A daemon watcher Daemon Watch will check if a process is running or if a tcp port is open. PR: ports/41718 Submitted by: Andrew Turner Revision Changes Path 1.346 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/dwatch/Makefile (new) 1.1 +1 -0 ports/sysutils/dwatch/distinfo (new) 1.1 +21 -0 ports/sysutils/dwatch/files/patch-Makefile (new) 1.1 +10 -0 ports/sysutils/dwatch/files/patch-dwatch.c (new) 1.1 +4 -0 ports/sysutils/dwatch/pkg-descr (new) 1.1 +2 -0 ports/sysutils/dwatch/pkg-plist (new)