Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > b2b31f8f12ce25fb0a2128354ea26724 > files > 74

cups-1.3.7-30.el5.src.rpm

#!/bin/sh
for d in /var/spool/cups/tmp
do
    if [ -d "$d" ]; then
	/usr/sbin/tmpwatch -f 720 "$d"
    fi
done
exit 0