Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 6a81cbf6b49b1244542bc09fce02049a > files > 75

cups-1.3.7-30.el5_9.3.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