From 65608e0f8bbc0190cc1b7646f653e796c807f02b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2011 16:50:50 +0100 Subject: import cups from F16 --- cups.cron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cups.cron (limited to 'cups.cron') diff --git a/cups.cron b/cups.cron new file mode 100755 index 0000000..72f91d8 --- /dev/null +++ b/cups.cron @@ -0,0 +1,8 @@ +#!/bin/sh +for d in /var/spool/cups/tmp +do + if [ -d "$d" ]; then + /usr/sbin/tmpwatch -f 720 "$d" + fi +done +exit 0 -- cgit