summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-30 21:59:57 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-30 21:59:57 +0000
commit77d4c218a485d9436d37e3831445bf9736844165 (patch)
treec601ca038da9781c441203e80aad0c7810130972 /sysutils/Makefile
parentupdate courier-imap to 2.2.0 (diff)
Add minirsyslogd 1.02: minimal, fast and secure syslog receiver.
minirsyslogd is a minimalistic, fast and secure (through lack of bloat) remote-only syslog receiver suitable for hardened log receiver hosts and/or central log receivers that receive several gigabyte of logs each day. It will not deal with local syslog data. It does not have a multitude of configuration, alerting or scripting options. It will however automatically split inbound syslog data according to IP address, date and current hour, and do so as rapidly and (I hope) securely as possible. Author: Mikael Olsson <mikael.olsson@clavister.com> WWW: http://www.clueby4.org/minirsyslogd/ PR: 58737 Submitted by: lx@redundancy.redundancy.org
Notes
Notes: svn path=/head/; revision=92658
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b2cafa35765f..4d17709ca5bc 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -182,6 +182,7 @@
SUBDIR += memtest
SUBDIR += metalog
SUBDIR += mgeupsd
+ SUBDIR += minirsyslogd
SUBDIR += mixer
SUBDIR += mkfile
SUBDIR += mkisofs