Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed

#! /bin/bash
# update access statistics for the web site

if [ -s /var/log/httpd/access_log ]; then
   exec /usr/bin/webalizer -Q
fi