#!/bin/sh # # $FreeBSD: src/etc/periodic/daily/150.clean-hoststat,v 1.3 1999/08/27 23:24:03 peter Exp $ # if [ -d /var/spool/.hoststat ] ; then echo "" echo "Removing stale files from /var/spool/.hoststat:" cd /var/spool/.hoststat && find * -mtime +3 -delete fi