[PC-BSD Commits] r17724 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 13 12:41:30 PDT 2012
Author: kris
Date: 2012-07-13 19:41:30 +0000 (Fri, 13 Jul 2012)
New Revision: 17724
Modified:
pcbsd/current/overlays/desktop-overlay/etc/crontab
Log:
Purge stale cups jobs at 3AM
Modified: pcbsd/current/overlays/desktop-overlay/etc/crontab
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-07-13 19:10:05 UTC (rev 17723)
+++ pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-07-13 19:41:30 UTC (rev 17724)
@@ -23,3 +23,6 @@
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time. See adjkerntz(8) for details.
1,31 0-5 * * * root adjkerntz -a
+
+# Purge old cups jobs
+10 3 * * * root /usr/local/bin/cancel -a
More information about the Commits
mailing list