Fri Jun 15 2001 Than Ngo <than@redhat.com> - add missing icons (bug #43220) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Fri May 18 2001 Than Ngo <than@redhat.com> - don't run webalizer when access log file is empty (Bug #41322) Wed Feb 14 2001 Tim Powers <timp@redhat.com> - enable dns-lookups (patched to use correct db header) (bug #27612) Thu Feb 01 2001 Tim Powers <timp@redhat.com> - make the cronjob called 00webalizer, so that it runns before everything else Wed Jan 31 2001 Tim Powers <timp@redhat.com> - fixed bug 25351, where webalizer was being run after apache is logrotated. Tue Oct 17 2000 Than Ngo <than@redhat.com> - update to 2.01-06 Tue Oct 17 2000 Than Ngo <than@redhat.com> - fixed wrong OutputDir (bug #19180) Thu Aug 03 2000 Tim Powers <timp@redhat.com> - rebuilt against libpng-1.0.8 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Wed Jul 12 2000 Than Ngo <than@redhat.de> - rebuilt Mon Jun 19 2000 Karsten Hopp <karsten@redhat.de> - rebuild for 7.0 - changed mandir - changed graph output to png instead of gif - changed path to apache root (/var/www) Mon Nov 08 1999 Bernhard Rosenkränzer <bero@redhat.com> - handle RPM_OPT_FLAGS Tue Sep 28 1999 Preston Brown <pbrown@redhat.com> - updated for Secure Web Server 3.1 Mon May 03 1999 Preston Brown <pbrown@redhat.com> - initial build for Secure Web Server 3.0
11 lines
518 B
Diff
11 lines
518 B
Diff
--- webalizer-2.01-06/dns_resolv.c.orig Wed Feb 14 11:14:25 2001
|
|
+++ webalizer-2.01-06/dns_resolv.c Wed Feb 14 11:15:08 2001
|
|
@@ -86,7 +86,7 @@
|
|
#ifdef HAVE_DB_185_H
|
|
#include <db_185.h> /* on my RH6.0 system ?!? */
|
|
#else
|
|
-#include <db.h> /* DB header ****************/
|
|
+#include <db1/db.h> /* DB header ****************/
|
|
#endif /* HAVE_DB_185_H */
|
|
|
|
#include "webalizer.h" /* main header */
|