webalizerをcronで実行

パス間違ってた…
ていうかパスなしでもOKって話もあるけど。
まぁメモメモ。

/etc/crontab

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
11 * * * * root run-parts /etc/cron.hourly
12 4 * * * root run-parts /etc/cron.daily
32 4 * * 0 root run-parts /etc/cron.weekly
52 4 1 * * root run-parts /etc/cron.monthly
05 5 * * * root /usr/bin/webalizer -c /etc/webalizer.01.conf
10 5 * * * root /usr/bin/webalizer -c /etc/webalizer.02.conf
15 5 * * * root /usr/bin/webalizer -c /etc/webalizer.03.conf