[PC-BSD Commits] r1417 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 21 08:42:38 PST 2008
Author: kris
Date: 2008-02-21 08:42:38 -0800 (Thu, 21 Feb 2008)
New Revision: 1417
Modified:
pcbsd/trunk/system-overlay/etc/rc.local
Log:
Remove the old System Update checker to use the new one instead
Modified: pcbsd/trunk/system-overlay/etc/rc.local
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.local 2008-02-21 16:41:50 UTC (rev 1416)
+++ pcbsd/trunk/system-overlay/etc/rc.local 2008-02-21 16:42:38 UTC (rev 1417)
@@ -6,8 +6,5 @@
# Check if the user requested to re-run the X tool
/PCBSD/Scripts/checkXloader.sh
-# Start Online update check in 2 minutes
-( sleep 120 ; /PCBSD/Scripts/CheckUpdates.sh SILENT STARTUP ) &
-
# Run fbsd-update script to see if updates are necessary
-(sleep 30 ; /PCBSD/Scripts/fbsd-update.sh ) &
+#(sleep 30 ; /PCBSD/Scripts/fbsd-update.sh ) &
More information about the Commits
mailing list