36dc0b3c5a
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>
15 lines
510 B
C
15 lines
510 B
C
--- 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
|