summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
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:06:56 -0300
commit563771b16963903f4cf4a5fb7132ccef1acc05c3 (patch)
treebd5658bb6e35f11ef21d98e1df6018a481571427 /etc/inc/globals.inc
parentfc70ad875b4c677d6db2b83b99f1ca5d3fe6a77f (diff)
downloadpfsense-563771b16963903f4cf4a5fb7132ccef1acc05c3.zip
pfsense-563771b16963903f4cf4a5fb7132ccef1acc05c3.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/inc/globals.inc')
-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 a7c1d07..0e9a517 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