[PC-BSD Commits] r19634 - in pcbsd/branches/9.1/overlays: desktop-overlay/etc server-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 10 10:20:31 PDT 2012
Author: kris
Date: 2012-10-10 17:20:31 +0000 (Wed, 10 Oct 2012)
New Revision: 19634
Modified:
pcbsd/branches/9.1/overlays/desktop-overlay/etc/crontab
pcbsd/branches/9.1/overlays/server-overlay/etc/crontab
Log:
MFC net update fix
Modified: pcbsd/branches/9.1/overlays/desktop-overlay/etc/crontab
===================================================================
--- pcbsd/branches/9.1/overlays/desktop-overlay/etc/crontab 2012-10-10 17:19:35 UTC (rev 19633)
+++ pcbsd/branches/9.1/overlays/desktop-overlay/etc/crontab 2012-10-10 17:20:31 UTC (rev 19634)
@@ -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/branches/9.1/overlays/server-overlay/etc/crontab
===================================================================
--- pcbsd/branches/9.1/overlays/server-overlay/etc/crontab 2012-10-10 17:19:35 UTC (rev 19633)
+++ pcbsd/branches/9.1/overlays/server-overlay/etc/crontab 2012-10-10 17:20:31 UTC (rev 19634)
@@ -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