aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/system_patches_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-08-16 13:31:32 -0400
committerjim-p <jimp@pfsense.org>2013-08-16 13:31:32 -0400
commit41403b812238d571297a41d54697bbdef9540f60 (patch)
tree6dcca3aa03847f2c2357290a44c0509f35623b97 /config/systempatches/system_patches_edit.php
parent9caf4f9e6bcd1286611d2086fc45da65ea735b4d (diff)
downloadpfsense-packages-41403b812238d571297a41d54697bbdef9540f60.tar.gz
pfsense-packages-41403b812238d571297a41d54697bbdef9540f60.tar.bz2
pfsense-packages-41403b812238d571297a41d54697bbdef9540f60.zip
Add the most common values as default in system patches for path strip, base, and whitespace. Also bump version.
Diffstat (limited to 'config/systempatches/system_patches_edit.php')
-rw-r--r--config/systempatches/system_patches_edit.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/systempatches/system_patches_edit.php b/config/systempatches/system_patches_edit.php
index 5b30c9c5..ffa2fe13 100644
--- a/config/systempatches/system_patches_edit.php
+++ b/config/systempatches/system_patches_edit.php
@@ -63,6 +63,10 @@ if (isset($id) && $a_patches[$id]) {
$pconfig['ignorewhitespace'] = isset($a_patches[$id]['ignorewhitespace']);
$pconfig['autoapply'] = isset($a_patches[$id]['autoapply']);
$pconfig['uniqid'] = $a_patches[$id]['uniqid'];
+} else {
+ $pconfig['pathstrip'] = 1;
+ $pconfig['basedir'] = "/";
+ $pconfig['ignorewhitespace'] = true;
}
if (isset($_GET['dup']))