diff options
author | will <will@FreeBSD.org> | 2000-06-10 05:51:09 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-10 05:51:09 +0800 |
commit | 261785dcc9c63d209200224a091f7f99e1c4b245 (patch) | |
tree | 0ccda0fbdc32b1c57feef25b512298294cd19602 /sysutils/monitord/Makefile | |
parent | 5f62e435c4e414ab06e915950eed7a01c74bff9d (diff) | |
download | freebsd-ports-gnome-261785dcc9c63d209200224a091f7f99e1c4b245.tar.gz freebsd-ports-gnome-261785dcc9c63d209200224a091f7f99e1c4b245.tar.zst freebsd-ports-gnome-261785dcc9c63d209200224a091f7f99e1c4b245.zip |
Add monitord, a simple service monitoring daemon that restarts a service
should it go down (gee, does this sound like cron or what?).
PR: 19011
Submitted by: Walt M. Shandruk <walt@erudition.net>
Diffstat (limited to 'sysutils/monitord/Makefile')
-rw-r--r-- | sysutils/monitord/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile new file mode 100644 index 000000000000..af4757215f61 --- /dev/null +++ b/sysutils/monitord/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: monitord +# Date created: June 5, 2000 +# Whom: walt +# +# $FreeBSD$ +# + +PORTNAME= monitord +PORTVERSION= 0.1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ + +MAINTAINER= walt@erudition.net + +MAN8= monitord.8 + +.include <bsd.port.mk> |