summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/140.clean-rwho
blob: 3a20deecbca220b123b75a3197e80e2f68b97e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: 140.clean-rwho,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
#

if [ -d /var/rwho ] ; then
	echo ""
	echo "Removing stale files from /var/rwho"
	cd /var/rwho && find . ! -name . -mtime +7 -exec rm -f -- {} \;
fi

OpenPOWER on IntegriCloud