Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 20:09:14 -0800 (PST)
From:      Vince Valenti <vince@blue-box.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32369: Update syslog-ng port to 1.4.14
Message-ID:  <200111290409.fAT49EJ53521@kenny.blue-box.net>

next in thread | raw e-mail | index | archive | help

>Number:         32369
>Category:       ports
>Synopsis:       Update syslog-ng port to 1.4.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 20:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vince Valenti
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kenny.blue-box.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Oct 2 10:59:30 PDT 2001 vince@kenny.blue-box.net:/usr/obj/usr/src/sys/KENNY i386


	
>Description:
Update syslog-ng port to 1.4.14
>How-To-Repeat:
	
>Fix:

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 this line 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_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
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200111290409.fAT49EJ53521>