diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 08:15:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 08:15:13 +0000 |
commit | 3bc6a737bd824db12a954406d33320b92cf5c84a (patch) | |
tree | 6a968f836aef6bb01f285dc9420f9bc45c31eb1d /sysutils/wait_on | |
parent | becf032cdf0a3b9cb84e946d41e4530f89ba5c61 (diff) | |
download | ports-3bc6a737bd824db12a954406d33320b92cf5c84a.tar.gz ports-3bc6a737bd824db12a954406d33320b92cf5c84a.zip |
Notes
Diffstat (limited to 'sysutils/wait_on')
-rw-r--r-- | sysutils/wait_on/Makefile | 2 | ||||
-rw-r--r-- | sysutils/wait_on/pkg-descr | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile index d624208ca713..6da3b7dbc1d0 100644 --- a/sysutils/wait_on/Makefile +++ b/sysutils/wait_on/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ -MAINTAINER= andrew@ugh.net.au +MAINTAINER= ports@FreeBSD.org COMMENT= Enable shell scripts to monitor directories for new files WRKSRC= ${WRKDIR}/wait_on diff --git a/sysutils/wait_on/pkg-descr b/sysutils/wait_on/pkg-descr index 873e2a8fc26d..9bd6249ccff5 100644 --- a/sysutils/wait_on/pkg-descr +++ b/sysutils/wait_on/pkg-descr @@ -1,6 +1,3 @@ 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. - -Andrew Stevenson -andrew@ugh.net.au |