summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-16 04:31:40 +0000
committerColin Smith <colin@pfsense.org>2005-03-16 04:31:40 +0000
commit3f745c9a9923250a6eca7510ebbeed170d92d18a (patch)
tree376a5066c08e67d9571aad9430fbfa66f6ded1e2 /etc
parent0e809364e3e33f75be0ecb06cc9a0e981ef534d5 (diff)
downloadpfsense-3f745c9a9923250a6eca7510ebbeed170d92d18a.zip
pfsense-3f745c9a9923250a6eca7510ebbeed170d92d18a.tar.gz
Add pkg_config_base_url and pkg_config_filename (needed for /usr/local/www/system_advanced.php, among other things).
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index f6d2a63..8118828 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -53,6 +53,8 @@ $g = array(
"latest_config" => "1.5",
"nopccard_platforms" => array("wrap", "net48xx"),
"pkg_config_location" => "http://www.pfsense.com/packages/pkg_config.xml",
+ "pkg_config_base_url" => "http://www.pfsense.com/packages/",
+ "pkg_config_filename" => "pkg_config.xml",
"firmwarebaseurl" => "http://www.pfsense.com/",
"firmwarefilename" => "latest.tgz"
);
OpenPOWER on IntegriCloud