[PC-BSD Commits] r1429 - pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 22 07:27:05 PST 2008
Author: kris
Date: 2008-02-22 07:27:04 -0800 (Fri, 22 Feb 2008)
New Revision: 1429
Modified:
pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh
Log:
Changed name of update server from ftp.pcbsd.org to sysupdate.pcbsd.org
as it should be
Modified: pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh 2008-02-22 14:43:42 UTC (rev 1428)
+++ pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/getUpdatesDir.sh 2008-02-22 15:27:04 UTC (rev 1429)
@@ -3,7 +3,7 @@
###############################################################################
# The master rsync server
-UPSERVER="ftp.pcbsd.org" ; export UPSERVER
+UPSERVER="sysupdate.pcbsd.org" ; export UPSERVER
# The machine processor arch
ARCH="`uname -p`" ; export ARCH
More information about the Commits
mailing list