ports/136754: syslog-ng3 patch is out of date

Sean McAfee smcafee at collaborativefusion.com
Tue Jul 14 13:40:02 UTC 2009


>Number:         136754
>Category:       ports
>Synopsis:       syslog-ng3 patch is out of date
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 14 13:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sean McAfee
>Release:        6.3 amd64
>Organization:
Collaborative Fusion, Inc.
>Environment:
FreeBSD web01 6.3-RELEASE-p9 FreeBSD 6.3-RELEASE-p9 #0: Wed Apr  8 09:15:04 EDT 2009     root at web00:/usr/obj/usr/src/sys/WEB-VMWARE-AMD64  amd64

>Description:
syslog-ng3 was created via a repo copy from syslog-ng2.  The patch for syslog-ng.h (which renames the PID file from syslog-ng.pid to syslog.pid) now fails to apply and needs to be updated.
>How-To-Repeat:
Build syslog-ng3 from ports
>Fix:
Replace files/patch-syslog-ng.h with the attached patch.

Patch attached with submission follows:

--- src/syslog-ng.h.orig	Thu Apr  3 15:18:31 2008
+++ src/syslog-ng.h	Thu Apr  3 15:17:05 2008
@@ -44,7 +44,7 @@
 #endif
 
 #define PATH_SYSLOG_NG_CONF     PATH_SYSCONFDIR "/syslog-ng.conf"
-#define PATH_PIDFILE            PATH_PIDFILEDIR "/syslog-ng.pid"
+#define PATH_PIDFILE            PATH_PIDFILEDIR "/syslog.pid"
 #define PATH_CONTROL_SOCKET     PATH_PIDFILEDIR "/syslog-ng.ctl"
 #if ENABLE_ENV_WRAPPER
 #define PATH_SYSLOGNG           PATH_PREFIX "/libexec/syslog-ng"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list