diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-15 17:59:22 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-15 17:59:22 +0000 |
commit | 77c5af20e21650c95785b734da71fe85ef10c14b (patch) | |
tree | 6d01c401b97808c0bf9c74401c9e0384716b685c /sysutils/syslog-ng3-devel/files | |
parent | Update to 0.5.8.9. (diff) |
- Update to 2.0.9
PR: ports/122535
Submitted by: ivan.lago ifom-ieo-campus.it (maintainer)
Diffstat (limited to 'sysutils/syslog-ng3-devel/files')
-rw-r--r-- | sysutils/syslog-ng3-devel/files/patch-syslog-ng.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/syslog-ng3-devel/files/patch-syslog-ng.h b/sysutils/syslog-ng3-devel/files/patch-syslog-ng.h index 348e1f819c77..9e46c58be330 100644 --- a/sysutils/syslog-ng3-devel/files/patch-syslog-ng.h +++ b/sysutils/syslog-ng3-devel/files/patch-syslog-ng.h @@ -1,16 +1,11 @@ ---- src/syslog-ng.h.orig Wed Aug 22 15:50:25 2007 -+++ src/syslog-ng.h Wed Aug 22 15:55:18 2007 -@@ -38,11 +38,11 @@ +--- src/syslog-ng.h.orig Thu Apr 3 15:18:31 2008 ++++ src/syslog-ng.h Thu Apr 3 15:17:05 2008 +@@ -37,7 +37,7 @@ + #include <glib.h> - #if ENABLE_DEBUG - #define PATH_SYSLOG_NG_CONF "syslog-ng.conf" --#define PATH_PIDFILE "syslog-ng.pid" -+#define PATH_PIDFILE "syslog.pid" - #define PATH_PERSIST_CONFIG "syslog-ng.persist" - #else #define PATH_SYSLOG_NG_CONF PATH_SYSCONFDIR "/syslog-ng.conf" -#define PATH_PIDFILE "/var/run/syslog-ng.pid" +#define PATH_PIDFILE "/var/run/syslog.pid" #define PATH_PERSIST_CONFIG PATH_LOCALSTATEDIR "/syslog-ng.persist" - #endif + #define LOG_PRIORITY_LISTEN 0 |