summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-04-15 10:06:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-04-15 10:07:14 -0300
commita0990a91b1bf3a368d05a74640662ce940a503e9 (patch)
tree1b4bdbb4def5a67197fc9e8ee67831c95915fb73 /etc
parent4847615c9dec128c2efa6562600e34e1d24dd25d (diff)
downloadpfsense-a0990a91b1bf3a368d05a74640662ce940a503e9.zip
pfsense-a0990a91b1bf3a368d05a74640662ce940a503e9.tar.gz
Define var_path global key since it is being used in interfaces.inc, but it was not being declared anywhere
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 1c6ad79..4df1b36 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -43,6 +43,7 @@ $g = array(
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
"unbound_chroot_path" => "/var/unbound",
+ "var_path" => "/var",
"varrun_path" => "/var/run",
"varetc_path" => "/var/etc",
"vardb_path" => "/var/db",
OpenPOWER on IntegriCloud