diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 21:51:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 21:51:09 +0000 |
commit | f11dbca392399a4c3ba8cae7e1b5e5cc709ff657 (patch) | |
tree | 61649ff3cbb369003aa6b23086dcfed0f637ab28 /sysutils/Makefile | |
parent | fa423ab8601775bda61af01fcbf4084261bb0a5d (diff) | |
download | ports-f11dbca392399a4c3ba8cae7e1b5e5cc709ff657.tar.gz ports-f11dbca392399a4c3ba8cae7e1b5e5cc709ff657.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>
Notes
Notes:
svn path=/head/; revision=29475
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9e2edd73f58a..e3ab164d152e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -52,6 +52,7 @@ SUBDIR += manck SUBDIR += mei SUBDIR += mkisofs + SUBDIR += monitord SUBDIR += muse SUBDIR += no-login SUBDIR += npadmin |