diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-14 20:46:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-14 20:46:33 +0800 |
commit | 5858f70f8d819fb89c674e3844b6edfb6079bcd6 (patch) | |
tree | 0f786f16df8a232247d127d4fc786111e5939900 /sysutils/Makefile | |
parent | 89283f3750fbb310dd9a6804c0c88fde383180af (diff) | |
download | freebsd-ports-gnome-5858f70f8d819fb89c674e3844b6edfb6079bcd6.tar.gz freebsd-ports-gnome-5858f70f8d819fb89c674e3844b6edfb6079bcd6.tar.zst freebsd-ports-gnome-5858f70f8d819fb89c674e3844b6edfb6079bcd6.zip |
syslog-ng (Syslog New Generation) is a powerful replacement for the standard
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
WWW: http://www.balabit.com/products/syslog_ng/
-Vince Valenti
vince@blue-box.net
PR: ports/105370
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>
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 342105ccfc02..44707a8dee2d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -590,6 +590,7 @@ SUBDIR += synergy SUBDIR += sysgather SUBDIR += syslog-ng + SUBDIR += syslog-ng2 SUBDIR += system-tools-backends SUBDIR += sysupdate SUBDIR += tcplist |