diff options
author | sahil <sahil@FreeBSD.org> | 2010-08-18 07:00:22 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-08-18 07:00:22 +0800 |
commit | 0b6c611cad906314c4a26db3977f90d18b73f604 (patch) | |
tree | 79dfda0f3b3d8273391a53d8719229077fbfbd89 /sysutils/Makefile | |
parent | b921a7a9b79771c93e24c2a0e9df21b448c7278c (diff) | |
download | freebsd-ports-gnome-0b6c611cad906314c4a26db3977f90d18b73f604.tar.gz freebsd-ports-gnome-0b6c611cad906314c4a26db3977f90d18b73f604.tar.zst freebsd-ports-gnome-0b6c611cad906314c4a26db3977f90d18b73f604.zip |
Sievelog is a message dispatcher inspired by swatch but more
focused on the following problems:
* Having a clean syntax
* Directing a raw syslog stream to different files based on content
* Mailing out alerts based on content
* Being fast
Sievelog's syntax is as simple as "<regex>" -> /some/file.
WWW: http://sievelog.googlecode.com/
PR: ports/149347
Submitted by: Jesse Kempf <jkempf@davisvision.com>
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 69229157243f..7f0f16bf3847 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -778,6 +778,7 @@ SUBDIR += sge61 SUBDIR += sge62 SUBDIR += shlock + SUBDIR += sievelog SUBDIR += skill SUBDIR += slack SUBDIR += sleuthkit |