summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-05-07 09:58:47 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-07 09:58:47 -0300
commit0bd239d97935560bc4aee414f395cd203b3c42eb (patch)
tree559b12a01495eac35f06919e399f681bcd2ea84a /etc
parentf6f04195fe0970883cb76804e3d9a018468ef021 (diff)
downloadpfsense-0bd239d97935560bc4aee414f395cd203b3c42eb.zip
pfsense-0bd239d97935560bc4aee414f395cd203b3c42eb.tar.gz
Define pkg_prefix global var
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 0e9a517..af2e427 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -88,7 +88,8 @@ $g = array(
"embeddedbootupslice" => "/dev/ad0a",
"services_dhcp_server_enable" => true,
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|iwi|wlan|rum|run|bwn|zyd|mwl|bwi|ipw|iwn|malo|uath|upgt|urtw|wpi)/",
- "help_base_url" => "/help.php"
+ "help_base_url" => "/help.php",
+ "pkg_prefix" => "pfSense-pkg-"
);
/* IP TOS flags */
OpenPOWER on IntegriCloud