./sysutils/fscd, FreeBSD service check daemon to monitor services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 1.1nb1, Package name: fscd-1.1nb1, Maintainer: jdf

fscd (FreeBSD service check daemon) is a daemon that monitors and checks the
status of running services started by rc(8). It connects to started services via
kqueue(2) and will be noticed when the service terminates, trying to restart it
via service(8).

fscd is controlled with the fscadm(8) utility to enable and disable service
monitoring.


Master sites:

SHA1: 8d17ec035fbe7b90aeefdff23042a07a7d65c2c7
RMD160: 0c9aae223825e5fda61d88007b7abb4c30a61c18
Filesize: 15.913 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 07:08:29 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5005 - requested by joerg
sysutils/fscd: build fix

Revisions pulled up:
- sysutils/fscd/Makefile                                        1.6

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sat May  7 10:09:24 UTC 2016

   Modified Files:
   	pkgsrc/sysutils/fscd: Makefile

   Log message:
   Silence noisy GCC warning.