mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5a51c60c24
syslogd, it won't matter if we overwrite its PID file. PR: 18244 Submitted by: maintainer
17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
--- src/syslog-ng.h.orig Tue Feb 22 09:50:29 2000
|
|
+++ src/syslog-ng.h Wed Apr 26 17:42:07 2000
|
|
@@ -32,10 +32,10 @@
|
|
|
|
#if WITH_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 "/etc/syslog-ng/syslog-ng.conf"
|
|
-#define PATH_PIDFILE "/var/run/syslog-ng.pid"
|
|
+#define PATH_SYSLOG_NG_CONF "__PREFIX__/etc/syslog-ng/syslog-ng.conf"
|
|
+#define PATH_PIDFILE "/var/run/syslog.pid"
|
|
#endif
|
|
|
|
#define ST_QUIT 16
|