Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 20:20:01 -0800 (PST)
From:      Vince Valenti <vince@blue-box.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32369: Update syslog-ng port to 1.4.14
Message-ID:  <200111290420.fAT4K1E83279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32369; it has been noted by GNATS.

From: Vince Valenti <vince@blue-box.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111290420.fAT4K1E83279>