summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-12 09:53:53 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-12 09:53:53 -0300
commit1d8b3cdddab9ee1d82421866fc6437f573b69437 (patch)
treebe315d35b9996bb6d49f7f4e533e165d4025c2e1 /etc/inc/globals.inc
parent11eaf7bfe6ba02d39e08d3c7541cb5d2b181d686 (diff)
downloadpfsense-1d8b3cdddab9ee1d82421866fc6437f573b69437.zip
pfsense-1d8b3cdddab9ee1d82421866fc6437f573b69437.tar.gz
Fix i386 default URL for snapshots
Diffstat (limited to 'etc/inc/globals.inc')
-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 0a49017..4127050 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -101,7 +101,7 @@ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg", "ece", "cwr");
if(file_exists("/etc/platform")) {
$arch = php_uname("m");
/* Do not remove this, it is not needed for the snapshots URL but is needed later for the -RELEASE/stable URLs */
- $arch = ($arch == "i386") ? "" : '/' . $arch;
+ //$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_stable/10/{$arch}/pfSense_HEAD/.updaters/";
OpenPOWER on IntegriCloud