diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-28 20:51:59 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-28 20:51:59 +0000 |
commit | 4842520752abe27a966ecfd60b8862fa04c6468f (patch) | |
tree | 0d9fe8a6c571f4383425fbd9adb734a4fc8e771c /sysutils/rsyslog6-devel | |
parent | ed2b82a8e5c672b810c23569f1e7afbfac548cf4 (diff) | |
download | ports-4842520752abe27a966ecfd60b8862fa04c6468f.tar.gz ports-4842520752abe27a966ecfd60b8862fa04c6468f.zip |
Notes
Diffstat (limited to 'sysutils/rsyslog6-devel')
-rw-r--r-- | sysutils/rsyslog6-devel/Makefile | 4 | ||||
-rw-r--r-- | sysutils/rsyslog6-devel/distinfo | 6 | ||||
-rw-r--r-- | sysutils/rsyslog6-devel/files/pkg-message.in | 24 | ||||
-rw-r--r-- | sysutils/rsyslog6-devel/pkg-descr | 30 |
4 files changed, 37 insertions, 27 deletions
diff --git a/sysutils/rsyslog6-devel/Makefile b/sysutils/rsyslog6-devel/Makefile index 12d3eaa56fc0..54f5cc40b45b 100644 --- a/sysutils/rsyslog6-devel/Makefile +++ b/sysutils/rsyslog6-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 5.3.6 +PORTVERSION= 5.3.7 CATEGORIES= sysutils MASTER_SITES= http://download.rsyslog.com/rsyslog/ .ifdef MNAME @@ -79,7 +79,7 @@ DESCR?= ${.CURDIR}/../rsyslog5/pkg-descr MD5_FILE?= ${.CURDIR}/../rsyslog5/distinfo .endif -.if ${OSVERSION} < 700000 +.if ${OSVERSION} < 700042 USE_GCC= 4.2+ .endif diff --git a/sysutils/rsyslog6-devel/distinfo b/sysutils/rsyslog6-devel/distinfo index 1e2d5b3268d6..2bb7ece43fbf 100644 --- a/sysutils/rsyslog6-devel/distinfo +++ b/sysutils/rsyslog6-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (rsyslog-5.3.6.tar.gz) = 348395e46c9a62064f341d445857fe89 -SHA256 (rsyslog-5.3.6.tar.gz) = 08445f3ed8b3a61cddf8bedabade3eed856e9f769e2ffce3fa582eba7825bfa8 -SIZE (rsyslog-5.3.6.tar.gz) = 2108945 +MD5 (rsyslog-5.3.7.tar.gz) = 1a9b5c76bfea2d0ec28630b8f033d5e2 +SHA256 (rsyslog-5.3.7.tar.gz) = cab7d39d3979e18c23bd0726ffad714c283d1158dea6c611f23eb1718299c029 +SIZE (rsyslog-5.3.7.tar.gz) = 2109777 diff --git a/sysutils/rsyslog6-devel/files/pkg-message.in b/sysutils/rsyslog6-devel/files/pkg-message.in index 290c22c3d8aa..644cf3b61481 100644 --- a/sysutils/rsyslog6-devel/files/pkg-message.in +++ b/sysutils/rsyslog6-devel/files/pkg-message.in @@ -1,16 +1,30 @@ =================================================================== To start using rsyslogd(8), stop syslogd(8) if it's running and add the following lines to rc.conf(5): - syslogd_enable="NO" - rsyslogd_enable="YES" + + syslogd_enable="NO" + rsyslogd_enable="YES" + To avoid warnings about rsyslogd running in compatibility mode, add this: - rsyslogd_flags="-c5" + + rsyslogd_flags="-c5" + It's recommended to copy syslog.conf(5) to %%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add this: - rsyslogd_config="/etc/syslog.conf" + + rsyslogd_config="/etc/syslog.conf" + +Add the following (3) lines to the beginning of the config file, for +basic functionality: + + $ModLoad immark.so # provides --MARK-- message capability + $ModLoad imuxsock.so # provides support for local system logging + $ModLoad imklog.so # kernel logging + newsyslog(8) has the path of syslogd's pid file hardcoded. To make it work seamlessly with rsyslog, add this: - rsyslogd_pidfile="/var/run/syslog.pid" + + rsyslogd_pidfile="/var/run/syslog.pid" =================================================================== diff --git a/sysutils/rsyslog6-devel/pkg-descr b/sysutils/rsyslog6-devel/pkg-descr index 018f816b2c97..09451adb95fa 100644 --- a/sysutils/rsyslog6-devel/pkg-descr +++ b/sysutils/rsyslog6-devel/pkg-descr @@ -1,21 +1,17 @@ -Rsyslog is an enhanced multi-threaded syslogd with a focus on security and -reliability. +Rsyslog is an enhanced multi-threaded syslogd with a focus on +security and reliability. -Among others, it offers support for on-demand disk buffering, reliable -syslog -over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, -Oracle, -and many more), email alerting, fully configurable output formats -(including -high-precision timestamps),the ability to filter on any part of the syslog -message, on-the-wire message compression, and the ability to convert text -files to syslog. +Among others, it offers support for on-demand disk buffering, +reliable syslog over TCP, SSL, TLS and RELP, writing to databases +(MySQL, PostgreSQL, Oracle, and many more), email alerting, fully +configurable output formats (including high-precision timestamps), +the ability to filter on any part of the syslog message, on-the-wire +message compression, and the ability to convert text files to syslog. -It is a drop-in replacement for stock syslogd and able to work with the -same -configuration file syntax. 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. +It is a drop-in replacement for stock syslogd and able to work with +the same configuration file syntax. 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/ |