mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
d4b671f0a8
PR: 18187 Submitted by: Vince Valenti <vince@blue-box.net> Category seconded by: asami, chuckr, green
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
--- src/syslog-ng.h.orig Sat Apr 22 12:19:19 2000
|
|
+++ src/syslog-ng.h Sat Apr 22 12:28:52 2000
|
|
@@ -34,7 +34,7 @@
|
|
#define PATH_SYSLOG_NG_CONF "syslog-ng.conf"
|
|
#define PATH_PIDFILE "syslog-ng.pid"
|
|
#else
|
|
-#define PATH_SYSLOG_NG_CONF "/etc/syslog-ng/syslog-ng.conf"
|
|
+#define PATH_SYSLOG_NG_CONF "__PREFIX__/etc/syslog-ng/syslog-ng.conf"
|
|
#define PATH_PIDFILE "/var/run/syslog-ng.pid"
|
|
#endif
|
|
|