[PC-BSD Commits] r2012 - pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 3 05:02:54 PDT 2008
Author: kris
Date: 2008-06-03 05:02:40 -0700 (Tue, 03 Jun 2008)
New Revision: 2012
Modified:
pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh
Log:
Added commented-out optional proxy setting for rsync to do updates
Modified: pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh 2008-06-03 11:31:11 UTC (rev 2011)
+++ pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh 2008-06-03 12:02:40 UTC (rev 2012)
@@ -11,6 +11,9 @@
# The rsync update we wish to checkout
RSYNCSET="pcbsd-${ARCH}" ; export RSYNCSET
+# RSYNC Proxy Config (Optional, uncomment and set if you need to use a proxy)
+# RSYNC_PROXY="" ; export RSYNC_PROXY
+
# Do the rsync update here
/PCBSD/SystemUpdater/bin/rsync -vaz --delete ${UPSERVER}::${RSYNCSET} /PCBSD/SystemUpdater/system-updates/available
More information about the Commits
mailing list