diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 06:05:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 06:05:56 +0800 |
commit | 81d5a430ce67b2b73770bae2849603d59c833e61 (patch) | |
tree | e03e24edb6ea4834751973f60564cae4afbda2d3 /sysutils/dwatch/pkg-descr | |
parent | e916d5daf5aff37ee4dc032dc2a8ef2445110993 (diff) | |
download | freebsd-ports-gnome-81d5a430ce67b2b73770bae2849603d59c833e61.tar.gz freebsd-ports-gnome-81d5a430ce67b2b73770bae2849603d59c833e61.tar.zst freebsd-ports-gnome-81d5a430ce67b2b73770bae2849603d59c833e61.zip |
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 <zombie@i4free.co.nz>
Diffstat (limited to 'sysutils/dwatch/pkg-descr')
-rw-r--r-- | sysutils/dwatch/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/dwatch/pkg-descr b/sysutils/dwatch/pkg-descr new file mode 100644 index 000000000000..35512e0a127d --- /dev/null +++ b/sysutils/dwatch/pkg-descr @@ -0,0 +1,4 @@ +Dwatch (Daemon Watch) is a program that watches over other programs +and performs actions based on conditions specified in a configuration file. + +WWW: http://siag.org/dwatch/ |