[PC-BSD Commits] r19633 - in pcbsd/current/overlays: desktop-overlay/etc server-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 10 10:19:35 PDT 2012
Author: kris
Date: 2012-10-10 17:19:35 +0000 (Wed, 10 Oct 2012)
New Revision: 19633
Modified:
pcbsd/current/overlays/desktop-overlay/etc/crontab
pcbsd/current/overlays/server-overlay/etc/crontab
Log:
Fix running pc-netupdate every 12 hours
Modified: pcbsd/current/overlays/desktop-overlay/etc/crontab
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-10-10 16:22:08 UTC (rev 19632)
+++ pcbsd/current/overlays/desktop-overlay/etc/crontab 2012-10-10 17:19:35 UTC (rev 19633)
@@ -26,3 +26,6 @@
# Purge old cups jobs
10 3 * * 6 root /usr/local/bin/cancel -a
+
+# Run the PC-BSD network update utility every 12 hours
+5 1,13 * * * root /usr/local/bin/pc-netupdate
Modified: pcbsd/current/overlays/server-overlay/etc/crontab
===================================================================
--- pcbsd/current/overlays/server-overlay/etc/crontab 2012-10-10 16:22:08 UTC (rev 19632)
+++ pcbsd/current/overlays/server-overlay/etc/crontab 2012-10-10 17:19:35 UTC (rev 19633)
@@ -25,4 +25,4 @@
1,31 0-5 * * * root adjkerntz -a
# Run the PC-BSD network update utility every 12 hours
-5 1,13 * * * /usr/local/bin/pc-netupdate
+5 1,13 * * * root /usr/local/bin/pc-netupdate
More information about the Commits
mailing list