From 563771b16963903f4cf4a5fb7132ccef1acc05c3 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 15 Apr 2015 10:06:56 -0300 Subject: Define var_path global key since it is being used in interfaces.inc, but it was not being declared anywhere --- etc/inc/globals.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/globals.inc') 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", -- cgit v1.1