diff options
author | sat <sat@FreeBSD.org> | 2007-07-10 15:28:52 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-10 15:28:52 +0800 |
commit | 4fdcdbe25aedeca4ba0bc7912ef4413120a830c9 (patch) | |
tree | c03f56df1ad4c3a42749344305d6519b13b3d115 /sysutils/Makefile | |
parent | a152b747f4241142186d817b586e538bde494e85 (diff) | |
download | freebsd-ports-graphics-4fdcdbe25aedeca4ba0bc7912ef4413120a830c9.tar.gz freebsd-ports-graphics-4fdcdbe25aedeca4ba0bc7912ef4413120a830c9.tar.zst freebsd-ports-graphics-4fdcdbe25aedeca4ba0bc7912ef4413120a830c9.zip |
Add port sysutils/rsyslog:
Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite
compatible to stock sysklogd and can be used as a drop-in replacement.
Its advanced features make it suitable for enterprise-class, encryption
protected syslog relay chains while at the same time being very easy to
setup for the novice user.
WWW: http://www.rsyslog.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 90d2318f1dd..b0ae2df6b2d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -549,6 +549,7 @@ SUBDIR += rotate SUBDIR += rsnapshot SUBDIR += rsyncmanager + SUBDIR += rsyslog SUBDIR += rtty SUBDIR += ruby-log4r SUBDIR += ruby-quota |