summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-19 19:44:09 +0200
committersmos <seth.mos@dds.nl>2012-04-19 19:44:41 +0200
commit4b340c903c4077425f8396e9f2080f44140be67a (patch)
tree134f049efc04bce56e6a7b1f1b77ffc1e1d8a42e
parent3a83296fe42cadda6c982ceff18c04d20c826b08 (diff)
downloadpfsense-4b340c903c4077425f8396e9f2080f44140be67a.zip
pfsense-4b340c903c4077425f8396e9f2080f44140be67a.tar.gz
Update the default URL here for our new FreeBSD release.
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 6544b89..c870828 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -106,12 +106,12 @@ if(file_exists("/etc/platform")) {
$arch = php_uname("m");
$g['platform'] = trim(file_get_contents("/etc/platform"));
if($g['platform'] == "nanobsd") {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/nanobsd/manifest";
$g['firmware_update_text']="pfSense-*.img.gz";
} else {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/manifest";
$g['firmware_update_text']="pfSense-*.tgz";
}
OpenPOWER on IntegriCloud