From owner-cvs-all Sat May 25 4:34: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C78E37B401; Sat, 25 May 2002 04:33:55 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4PBXta47948; Sat, 25 May 2002 04:33:55 -0700 (PDT) (envelope-from kris) Message-Id: <200205251133.g4PBXta47948@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 25 May 2002 04:33:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/wait_on Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/25 04:33:55 PDT Modified files: sysutils Makefile Added files: sysutils/wait_on Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add wait_on-1.0 The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson PR: ports/34414 Revision Changes Path 1.261 +1 -0 ports/sysutils/Makefile 1.1 +22 -0 ports/sysutils/wait_on/Makefile (new) 1.1 +1 -0 ports/sysutils/wait_on/distinfo (new) 1.1 +1 -0 ports/sysutils/wait_on/pkg-comment (new) 1.1 +6 -0 ports/sysutils/wait_on/pkg-descr (new) 1.1 +1 -0 ports/sysutils/wait_on/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message