mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update to version 1.4.14.
PR: 32369 Submitted by: maintainer
This commit is contained in:
parent
4bb3b8437d
commit
a299d73914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50878
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 1.4.11
|
||||
PORTVERSION= 1.4.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.hu/downloads/syslog-ng/1.4/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (syslog-ng-1.4.11.tar.gz) = 63f863635f74021cf91bae7cac1fe52b
|
||||
MD5 (syslog-ng-1.4.14.tar.gz) = 9f5c22e8c78b133a2d608ee4b183dcd1
|
||||
|
@ -4,7 +4,7 @@ syslogd. Features include:
|
||||
- ability to filter messages based on content using regular expressions
|
||||
- forwarding logs on TCP
|
||||
|
||||
WWW: http://www.balabit.hu/products/syslog-ng/
|
||||
WWW: http://www.balabit.hu/en/downloads/syslog-ng/downloads/
|
||||
|
||||
-Vince
|
||||
vince@blue-box.net
|
||||
|
@ -5,13 +5,27 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd
|
||||
1. Create a configuration file named __PREFIX__/etc/syslog-ng/syslog-ng.conf
|
||||
(a sample named syslog-ng.conf.sample has been included)
|
||||
|
||||
2. Configure syslog-ng to start automatically by creating a startup script
|
||||
in __PREFIX__/etc/rc.d. (a sample named syslog-ng.sh.sample has been
|
||||
included)
|
||||
2. If you are using FreeBSD 4.4 or later, add these lines to your /etc/rc.conf:
|
||||
|
||||
3. Prevent the standard FreeBSD syslogd from starting automatically by
|
||||
adding a line to the end of your /etc/rc.conf file that reads:
|
||||
syslogd_program="__PREFIX__/sbin/syslog-ng"
|
||||
syslogd_flags=""
|
||||
|
||||
syslogd_enable="NO"
|
||||
3. If you are using FreeBSD 4.3 or earlier, follow these steps:
|
||||
|
||||
a. Configure syslog-ng to start automatically by creating a startup script
|
||||
in __PREFIX__/etc/rc.d. (a sample named syslog-ng.sh.sample has been
|
||||
included)
|
||||
|
||||
b. Prevent the standard FreeBSD syslogd from starting automatically by
|
||||
adding a line to the end of your /etc/rc.conf file that reads:
|
||||
|
||||
syslogd_enable="NO"
|
||||
|
||||
4. Reboot.
|
||||
4. Shut down the standard FreeBSD syslogd:
|
||||
|
||||
kill `cat /var/run/syslog.pid`
|
||||
|
||||
5. Start syslog-ng:
|
||||
|
||||
__PREFIX__/sbin/syslog-ng
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 1.4.11
|
||||
PORTVERSION= 1.4.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.hu/downloads/syslog-ng/1.4/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (syslog-ng-1.4.11.tar.gz) = 63f863635f74021cf91bae7cac1fe52b
|
||||
MD5 (syslog-ng-1.4.14.tar.gz) = 9f5c22e8c78b133a2d608ee4b183dcd1
|
||||
|
@ -4,7 +4,7 @@ syslogd. Features include:
|
||||
- ability to filter messages based on content using regular expressions
|
||||
- forwarding logs on TCP
|
||||
|
||||
WWW: http://www.balabit.hu/products/syslog-ng/
|
||||
WWW: http://www.balabit.hu/en/downloads/syslog-ng/downloads/
|
||||
|
||||
-Vince
|
||||
vince@blue-box.net
|
||||
|
@ -5,13 +5,27 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd
|
||||
1. Create a configuration file named __PREFIX__/etc/syslog-ng/syslog-ng.conf
|
||||
(a sample named syslog-ng.conf.sample has been included)
|
||||
|
||||
2. Configure syslog-ng to start automatically by creating a startup script
|
||||
in __PREFIX__/etc/rc.d. (a sample named syslog-ng.sh.sample has been
|
||||
included)
|
||||
2. If you are using FreeBSD 4.4 or later, add these lines to your /etc/rc.conf:
|
||||
|
||||
3. Prevent the standard FreeBSD syslogd from starting automatically by
|
||||
adding a line to the end of your /etc/rc.conf file that reads:
|
||||
syslogd_program="__PREFIX__/sbin/syslog-ng"
|
||||
syslogd_flags=""
|
||||
|
||||
syslogd_enable="NO"
|
||||
3. If you are using FreeBSD 4.3 or earlier, follow these steps:
|
||||
|
||||
a. Configure syslog-ng to start automatically by creating a startup script
|
||||
in __PREFIX__/etc/rc.d. (a sample named syslog-ng.sh.sample has been
|
||||
included)
|
||||
|
||||
b. Prevent the standard FreeBSD syslogd from starting automatically by
|
||||
adding a line to the end of your /etc/rc.conf file that reads:
|
||||
|
||||
syslogd_enable="NO"
|
||||
|
||||
4. Reboot.
|
||||
4. Shut down the standard FreeBSD syslogd:
|
||||
|
||||
kill `cat /var/run/syslog.pid`
|
||||
|
||||
5. Start syslog-ng:
|
||||
|
||||
__PREFIX__/sbin/syslog-ng
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user