couple bugs in syslog-ng-1.5.8
Couple bugs in syslog-ng-1.5.8, patch included. j. ---------------------------------------------------------------------- diff -r -u syslog-ng-1.5.8.orig/configure syslog-ng-1.5.8/configure --- syslog-ng-1.5.8.orig/configure Wed Jul 11 07:11:01 2001 +++ syslog-ng-1.5.8/configure Wed Jul 25 01:56:01 2001 @@ -837,7 +837,7 @@ fi -sysconfdir="${sysconfdir}/syslog-ng" +sysconfdir="${sysconfdir}/syslog-ng/" echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 echo "configure:844: checking whether build environment is sane" >&5 diff -r -u syslog-ng-1.5.8.orig/src/affile.c syslog-ng-1.5.8/src/affile.c --- syslog-ng-1.5.8.orig/src/affile.c Wed Jul 11 07:10:16 2001 +++ syslog-ng-1.5.8/src/affile.c Wed Jul 25 01:56:48 2001 @@ -520,6 +520,7 @@ } case M_FULLDATE: case M_ISODATE: + case M_DATE: case M_WEEKDAY: case M_YEAR: case M_MONTH: ----------------------------------------------------------------------
On Wed, Jul 25, 2001 at 01:59:46AM -0700, Jay Soffian wrote:
Couple bugs in syslog-ng-1.5.8, patch included.
j.
thanks. applied the second patch to CVS, the first is fixed differently in my source tree. (in syslog-ng.h, IIRC I posted the patch here) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Jay Soffian