aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/patches.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-16 12:22:26 -0400
committerjim-p <jimp@pfsense.org>2013-07-16 12:22:26 -0400
commit1bdd6813bf58bd9352056d4969086380465671fe (patch)
tree77867db90e95aa178b7e8b400019ca90e5899fe1 /config/systempatches/patches.inc
parent8e1aef0bf054f97aab85c8567923453397af32b2 (diff)
downloadpfsense-packages-1bdd6813bf58bd9352056d4969086380465671fe.tar.gz
pfsense-packages-1bdd6813bf58bd9352056d4969086380465671fe.tar.bz2
pfsense-packages-1bdd6813bf58bd9352056d4969086380465671fe.zip
Declare these vars global. It might help with post-upgrade auto-apply on ALIX when memory is low.
Diffstat (limited to 'config/systempatches/patches.inc')
-rw-r--r--config/systempatches/patches.inc1
1 files changed, 1 insertions, 0 deletions
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";