120.clean-preserve revision 28320
128263Spst#!/bin/sh
228263Spst#
328320Spst# $Id: 120.clean-preserve,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
428263Spst#
528263Spst
628263Spstif [ -d /var/preserve ]; then
728263Spst	echo ""
828263Spst	echo "Removing stale files from /var/preserve:"
928320Spst
1028263Spst	cd /var/preserve && find . ! -name . -mtime +7 -exec rm -f -- {} \;
1128263Spstfi
12