From owner-freebsd-ports Wed Nov 28 20:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8119637B405 for ; Wed, 28 Nov 2001 20:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT4K1E83279; Wed, 28 Nov 2001 20:20:01 -0800 (PST) (envelope-from gnats) Date: Wed, 28 Nov 2001 20:20:01 -0800 (PST) Message-Id: <200111290420.fAT4K1E83279@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Vince Valenti Subject: Re: ports/32369: Update syslog-ng port to 1.4.14 Reply-To: Vince Valenti Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/32369; it has been noted by GNATS. From: Vince Valenti To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/32369: Update syslog-ng port to 1.4.14 Date: Wed, 28 Nov 2001 20:18:22 -0800 (PST) Please use this diff instead: diff -ruN syslog-ng.orig/Makefile syslog-ng/Makefile --- syslog-ng.orig/Makefile Sat Apr 21 04:27:36 2001 +++ syslog-ng/Makefile Wed Nov 28 11:33:46 2001 @@ -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/ diff -ruN syslog-ng.orig/distinfo syslog-ng/distinfo --- syslog-ng.orig/distinfo Sat Apr 21 04:27:36 2001 +++ syslog-ng/distinfo Wed Nov 28 11:46:51 2001 @@ -1 +1 @@ -MD5 (syslog-ng-1.4.11.tar.gz) = 63f863635f74021cf91bae7cac1fe52b +MD5 (syslog-ng-1.4.14.tar.gz) = 9f5c22e8c78b133a2d608ee4b183dcd1 diff -ruN syslog-ng.orig/pkg-descr syslog-ng/pkg-descr --- syslog-ng.orig/pkg-descr Tue Apr 25 05:48:06 2000 +++ syslog-ng/pkg-descr Wed Nov 28 11:34:14 2001 @@ -4,7 +4,7 @@ - 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 diff -ruN syslog-ng.orig/pkg-message syslog-ng/pkg-message --- syslog-ng.orig/pkg-message Tue Apr 25 05:48:06 2000 +++ syslog-ng/pkg-message Wed Nov 28 14:27:03 2001 @@ -5,13 +5,25 @@ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message