mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
Remove remaining traces of the prototype...
This commit is contained in:
parent
960b7106f5
commit
94678b53d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue