- remove ancient trigger and post scriptlets - only read webalizer.conf from $PWD if owner matches user (#158174)
6 lines
133 B
Bash
6 lines
133 B
Bash
#! /bin/bash
|
|
# update access statistics for the web site
|
|
|
|
if [ -s /var/log/httpd/access_log ]; then
|
|
exec /usr/bin/webalizer -Q
|
|
fi
|