#!/bin/sh

. /etc/rc.conf

if [ "x$squid_stats_enable" != "xYES" ]; then
	exit 0
fi

/home/adrian/work/google/squidstats/trunk/hno-graph/bin/stats.pl gather

