diff options
author | pav <pav@FreeBSD.org> | 2005-07-06 22:11:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-06 22:11:12 +0800 |
commit | 3f60626d45ff9e3143a374ea22db0e94291e2be9 (patch) | |
tree | d8501d8beb4d8381a321af58feb6334c988798f7 /sysutils/Makefile | |
parent | 73ccc2860e32238ea0106c63467d0cc144ba8f77 (diff) | |
download | freebsd-ports-gnome-3f60626d45ff9e3143a374ea22db0e94291e2be9.tar.gz freebsd-ports-gnome-3f60626d45ff9e3143a374ea22db0e94291e2be9.tar.zst freebsd-ports-gnome-3f60626d45ff9e3143a374ea22db0e94291e2be9.zip |
Epylog is a syslog parser which runs periodically, looks at your logs,
processes some of the entries in order to present them in a more comprehensible
format, and then mails you the output. It is written specifically for large
network clusters where a lot of machines (around 50 and upwards) log to the
same loghost using syslog or syslog-ng. It is an alternative to a similar
package, called LogWatch.
PR: ports/82948
Submitted by: Alan Snelson <Alan@Wave2.co.uk>
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 13d4bc8af375..41661681b9ff 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -125,6 +125,7 @@ SUBDIR += eject SUBDIR += enteruser SUBDIR += env4801 + SUBDIR += epylog SUBDIR += eroaster SUBDIR += est SUBDIR += estctrl |