[syslog-ng]question about flags + fix to compile under solaris (PATH_SYSCONFDIR
prob)
Asher Yanich
ayanic01@cs.fiu.edu
Fri, 2 Nov 2001 12:40:41 -0500 (EST)
I am currently running syslog-ng 1.5.7 and using the DEFAULT keyword. I
see that this is removed from the newer 1.5.x releases in favor of flags.
I cant seem to find any documentation on the syntax or usage. Can someone
help me out?
Also, I had not been able to compile any syslog-ng 1.5.x releases for
awhile, I finally fixed the compilation problem.
--- syslog-ng.h Wed Jul 25 05:20:53 2001
+++ /depot/syslog-ng/src/syslog-ng-1.5.13/src/syslog-ng.h Fri Nov 2
11:42:39 2001
@@ -34,7 +34,7 @@
#define PATH_SYSLOG_NG_CONF "syslog-ng.conf"
#define PATH_PIDFILE "syslog-ng.pid"
#else
-#define PATH_SYSLOG_NG_CONF PATH_SYSCONFDIR "/syslog-ng.conf"
+#define PATH_SYSLOG_NG_CONF "/syslog-ng.conf"
#define PATH_PIDFILE "/var/run/syslog-ng.pid"
#endif
-asher yanich