Climbing up the file tree just a bit further I found the job logs all accumulated under /var/spool/cups
A simple cron entry like so:
find /var/spool/cups -maxdepth 1 -type f -ctime +7 -exec rm -f {} ';'
solves the problem.
--
Alex Polite
http://plusseven.com/gpg
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

