webalizer/webalizer.cron
cvsdist dd14896461 auto-import changelog data from webalizer-2.01_06-9.src.rpm
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
2004-09-09 14:16:09 +00:00

8 lines
135 B
Bash

#! /bin/bash
# update access statistics for the web site
if [ -s /var/log/httpd/access_log ] ; then
/usr/bin/webalizer
fi
exit 0