summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-04 15:52:50 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-04 15:52:50 -0200
commitd0b5ddce22c81456143bef9d87d04661c16c4621 (patch)
treec9ca07e1c28af45237efbe8f254f43bec7fcd9c3
parent47eb263dd370f4c702716ea5aecf6dde4cab95cf (diff)
downloadpfsense-d0b5ddce22c81456143bef9d87d04661c16c4621.zip
pfsense-d0b5ddce22c81456143bef9d87d04661c16c4621.tar.gz
Fix update url since now we have RELENG_2_2
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index a7825d2..468db1e 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -102,7 +102,7 @@ if(file_exists("/etc/platform")) {
//$arch = ($arch == "i386") ? "" : '/' . $arch;
/* Full installs and NanoBSD use the same update directory and manifest in 2.x */
- $g['update_url']="https://snapshots.pfsense.org/FreeBSD_releng/10.1/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="https://snapshots.pfsense.org/FreeBSD_releng/10.1/{$arch}/pfSense_RELENG_2_2/.updaters/";
$g['update_manifest']="https://updates.pfSense.org/manifest";
$g['platform'] = trim(file_get_contents("/etc/platform"));
OpenPOWER on IntegriCloud