summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1999-03-30 15:31:35 +0000
committerwollman <wollman@FreeBSD.org>1999-03-30 15:31:35 +0000
commitc3ead1bc25f2dc8da2e3b55231ec7a1132fcbd4f (patch)
tree1540f311f07fde8812383069a6ddf0c5765d7d33 /etc
parent4444bea042be78e86ef5eda81889229193bbda48 (diff)
downloadFreeBSD-src-c3ead1bc25f2dc8da2e3b55231ec7a1132fcbd4f.zip
FreeBSD-src-c3ead1bc25f2dc8da2e3b55231ec7a1132fcbd4f.tar.gz
Remove remaining traces of the prototype...
Diffstat (limited to 'etc')
-rwxr-xr-xetc/periodic/daily/150.clean-hoststat4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/periodic/daily/150.clean-hoststat b/etc/periodic/daily/150.clean-hoststat
index 423231e..93e1f5a 100755
--- a/etc/periodic/daily/150.clean-hoststat
+++ b/etc/periodic/daily/150.clean-hoststat
@@ -1,11 +1,11 @@
#!/bin/sh
#
-# $Id: 140.clean-rwho,v 1.3 1999/03/21 12:33:54 joerg Exp $
+# $Id: 150.clean-hoststat,v 1.1 1999/03/30 15:30:44 wollman Exp $
#
if [ -d /var/spool/.hoststat ] ; then
echo ""
echo "Removing stale files from /var/spool/.hoststat:"
- cd /var/rwho && find * -mtime +3 -delete
+ cd /var/spool/.hoststat && find * -mtime +3 -delete
fi
OpenPOWER on IntegriCloud