On Mon, Jul 16, 2001 at 12:16:57PM -0400, Rolland, Yan wrote:
There is a problem with version 1.5.8.
The config file that the daemon is checkin for is syslog-ngsyslog-ng.conf Seems like an accidental repeat. Should be syslog-ng.conf
there was a missing slash in syslog-ng.h, this patch fixes it: diff -u -r1.19 syslog-ng.h --- syslog-ng.h 2001/07/08 17:04:21 1.19 +++ syslog-ng.h 2001/07/17 09:32:07 @@ -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 PATH_SYSCONFDIR "/syslog-ng.conf" #define PATH_PIDFILE "/var/run/syslog-ng.pid" #endif -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1