Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2000 19:33:25 -0700 (PDT)
From:      vince@blue-box.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19633: upgrade syslog-ng to 1.4.4
Message-ID:  <200007020233.e622XPU72550@kenny.blue-box.net>

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

>Number:         19633
>Category:       ports
>Synopsis:       upgrade syslog-ng to 1.4.4
>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:   Sat Jul 01 19:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Vince Valenti
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:

Upgrade syslog-ng to 1.4.4

>How-To-Repeat:

	

>Fix:

diff -ruN syslog-ng.orig/Makefile syslog-ng/Makefile
--- syslog-ng.orig/Makefile	Thu Jun 15 19:26:37 2000
+++ syslog-ng/Makefile	Thu Jun 15 19:26:52 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	syslog-ng
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.hu/downloads/syslog-ng/1.4/
 
diff -ruN syslog-ng.orig/files/md5 syslog-ng/files/md5
--- syslog-ng.orig/files/md5	Thu Jun 15 19:26:36 2000
+++ syslog-ng/files/md5	Thu Jun 15 19:30:29 2000
@@ -1 +1 @@
-MD5 (syslog-ng-1.4.3.tar.gz) = 8eae4931bd32cd8c2a9b7ef9a8606f9e
+MD5 (syslog-ng-1.4.4.tar.gz) = 5671e67c557ced7f827f4843ae7c3279
diff -ruN syslog-ng.orig/files/syslog-ng.conf.sample syslog-ng/files/syslog-ng.conf.sample
--- syslog-ng.orig/files/syslog-ng.conf.sample	Thu Jun 15 19:26:36 2000
+++ syslog-ng/files/syslog-ng.conf.sample	Thu Jun 15 19:30:02 2000
@@ -11,7 +11,7 @@
 #
 # sources
 #
-source src { unix-dgram("/var/run/log"); udp(); internal(); };
+source src { unix-dgram("/var/run/log"); udp(); internal(); file("/dev/klog"); };
 
 #
 # destinations

>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?200007020233.e622XPU72550>