#!/bin/sh
# cron.daily script to run htdig db generation
su -l htdig -c "/usr/sbin/rundig -a" -s /bin/sh

