Skip to content

Instantly share code, notes, and snippets.

@jim-p
Created September 5, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jim-p/6453942 to your computer and use it in GitHub Desktop.
Save jim-p/6453942 to your computer and use it in GitHub Desktop.
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index cfea703..889ff83 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -34,6 +34,7 @@
*/
+global $g;
$g = array(
"base_packages" => "siproxd",
"event_address" => "unix:///var/run/check_reload_status",
@@ -152,6 +153,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.inet.udp.checksum" => 1
);
+@include("globals_override.inc");
+
$config_parsed = false;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment