diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 12:46:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 12:46:33 +0000 |
commit | 36dc0b3c5ad0e02227cddbf6fa29999e5921368e (patch) | |
tree | cc7a26bf4c678695f05b09d1fd7bd655293c1c58 /sysutils/syslog-ng2/files/patch-syslog-ng.h | |
parent | The EventLog library aims to be a replacement of the simple syslog() API (diff) |
syslog-ng (Syslog New Generation) is a powerful replacement for the standard
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
WWW: http://www.balabit.com/products/syslog_ng/
-Vince Valenti
vince@blue-box.net
PR: ports/105370
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>
Notes
Notes:
svn path=/head/; revision=177248
Diffstat (limited to 'sysutils/syslog-ng2/files/patch-syslog-ng.h')
-rw-r--r-- | sysutils/syslog-ng2/files/patch-syslog-ng.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/syslog-ng2/files/patch-syslog-ng.h b/sysutils/syslog-ng2/files/patch-syslog-ng.h new file mode 100644 index 000000000000..bc4091efacfd --- /dev/null +++ b/sysutils/syslog-ng2/files/patch-syslog-ng.h @@ -0,0 +1,15 @@ +--- src/syslog-ng.h.orig Wed Nov 8 14:45:18 2006 ++++ src/syslog-ng.h Wed Nov 8 14:45:44 2006 +@@ -38,10 +38,10 @@ + + #if ENABLE_DEBUG + #define PATH_SYSLOG_NG_CONF "syslog-ng.conf" +-#define PATH_PIDFILE "syslog-ng.pid" ++#define PATH_PIDFILE "syslog.pid" + #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" + #endif + + #define LOG_PRIORITY_LISTEN 100 |