[PC-BSD Commits] r19958 - in pcbsd: branches/9.1/overlays/desktop-overlay/usr/local/etc branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts current/overlays/desktop-overlay/usr/local/etc current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 25 15:28:46 PDT 2012
Author: kris
Date: 2012-10-25 22:28:45 +0000 (Thu, 25 Oct 2012)
New Revision: 19958
Removed:
pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh
pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh
Modified:
pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/etc/pcbsd.conf
pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
pcbsd/current/overlays/desktop-overlay/usr/local/etc/pcbsd.conf
pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
Log:
Use PCBSDCDN as the default mirror now
Modified: pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/etc/pcbsd.conf
===================================================================
--- pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/etc/pcbsd.conf 2012-10-25 21:43:24 UTC (rev 19957)
+++ pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/etc/pcbsd.conf 2012-10-25 22:28:45 UTC (rev 19958)
@@ -1,7 +1,7 @@
# PC-BSD Configuration Defaults
# Default PC-BSD Mirror for System Updates / Meta-Pkgs
-PCBSD_MIRROR: ftp://mirrors.isc.org/pub/pcbsd
+PCBSD_MIRROR:
# The current meta package set
PCBSD_METAPKGSET: pcbsd
Modified: pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
===================================================================
--- pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-10-25 21:43:24 UTC (rev 19957)
+++ pcbsd/branches/9.1/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-10-25 22:28:45 UTC (rev 19958)
@@ -4,9 +4,6 @@
# PC-BSD Scripts Dir
sDir="/usr/local/share/pcbsd/scripts"
-# Start by finding the fastest mirror server
-${sDir}/fastest-mirror.sh set auto >/dev/null 2>/dev/null
-
# Set default mixer volume
mixer vol 100:100 >/dev/null 2>/dev/null
mixer pcm 100:100 >/dev/null 2>/dev/null
Modified: pcbsd/current/overlays/desktop-overlay/usr/local/etc/pcbsd.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/local/etc/pcbsd.conf 2012-10-25 21:43:24 UTC (rev 19957)
+++ pcbsd/current/overlays/desktop-overlay/usr/local/etc/pcbsd.conf 2012-10-25 22:28:45 UTC (rev 19958)
@@ -1,7 +1,7 @@
# PC-BSD Configuration Defaults
# Default PC-BSD Mirror for System Updates / Meta-Pkgs
-PCBSD_MIRROR: ftp://mirrors.isc.org/pub/pcbsd
+PCBSD_MIRROR:
# The current meta package set
PCBSD_METAPKGSET: pcbsd
Modified: pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-10-25 21:43:24 UTC (rev 19957)
+++ pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-10-25 22:28:45 UTC (rev 19958)
@@ -4,9 +4,6 @@
# PC-BSD Scripts Dir
sDir="/usr/local/share/pcbsd/scripts"
-# Start by finding the fastest mirror server
-${sDir}/fastest-mirror.sh set auto >/dev/null 2>/dev/null
-
# Set default mixer volume
mixer vol 100:100 >/dev/null 2>/dev/null
mixer pcm 100:100 >/dev/null 2>/dev/null
More information about the Commits
mailing list