[PC-BSD Commits] r17757 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 16 07:16:24 PDT 2012
Author: kris
Date: 2012-07-16 14:16:24 +0000 (Mon, 16 Jul 2012)
New Revision: 17757
Modified:
pcbsd/current/overlays/desktop-overlay/etc/crontab
Log:
Only purge old cups weekly
Modified: pcbsd/current/overlays/desktop-overlay/etc/crontab
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-07-16 14:15:03 UTC (rev 17756)
+++ pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-07-16 14:16:24 UTC (rev 17757)
@@ -25,4 +25,4 @@
1,31 0-5 * * * root adjkerntz -a
# Purge old cups jobs
-10 3 * * * root /usr/local/bin/cancel -a
+10 3 * * 6 root /usr/local/bin/cancel -a
More information about the Commits
mailing list