From 1bdd6813bf58bd9352056d4969086380465671fe Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 16 Jul 2013 12:22:26 -0400 Subject: Declare these vars global. It might help with post-upgrade auto-apply on ALIX when memory is low. --- config/systempatches/patches.inc | 1 + config/systempatches/systempatches.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'config/systempatches') diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc index 0547f2cf..60c9a391 100644 --- a/config/systempatches/patches.inc +++ b/config/systempatches/patches.inc @@ -29,6 +29,7 @@ require_once("globals.inc"); require_once("util.inc"); +global $git_root_url, $patch_suffix, $patch_dir, $patch_cmd; $git_root_url = "http://github.com/pfsense/pfsense/commit/"; $patch_suffix = ".patch"; $patch_dir = "/var/patches"; diff --git a/config/systempatches/systempatches.xml b/config/systempatches/systempatches.xml index c5e0a784..f221588b 100644 --- a/config/systempatches/systempatches.xml +++ b/config/systempatches/systempatches.xml @@ -40,7 +40,7 @@ None Applies patches supplied by the user to the firewall. System Patches - 0.9 + 0.10 System: Patches /usr/local/pkg/patches.inc -- cgit v1.2.3