summaryrefslogtreecommitdiff
blob: 96c6ddf6d2f1435a19cbcdaec5d457a7dca87dfa (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
#
# Clean up stale rwho entries after one month
find /var/spool/rwho -mindepth 1 -maxdepth 1 -type f ! -name .keep \
    ! -ctime -30 -print0 | xargs -r0 rm -f