diff options
author | jim-p <jimp@pfsense.org> | 2012-05-05 18:04:46 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-05-05 18:04:46 -0400 |
commit | 6dc801f5a72cb1f8525f84ec75fd6ab2bc5c46b9 (patch) | |
tree | e2437e33e4e1242fa57d4cc865dfd9dd2b7ab628 /config/systempatches | |
parent | 68668bc076e7b5c0abf52aaac0f15c31506ea9e5 (diff) | |
download | pfsense-packages-6dc801f5a72cb1f8525f84ec75fd6ab2bc5c46b9.tar.gz pfsense-packages-6dc801f5a72cb1f8525f84ec75fd6ab2bc5c46b9.tar.bz2 pfsense-packages-6dc801f5a72cb1f8525f84ec75fd6ab2bc5c46b9.zip |
Uncomment the cleanup line here, it was disabled during debugging.
Diffstat (limited to 'config/systempatches')
-rw-r--r-- | config/systempatches/patches.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc index 78cc35f2..8dd78fd9 100644 --- a/config/systempatches/patches.inc +++ b/config/systempatches/patches.inc @@ -44,7 +44,7 @@ function patch_commit($patch, $action, $test=false) { $patchlevel = '-p' . $patch['patchlevel']; patch_write($patch); $status = mwexec("{$patch_cmd} {$force} {$patchlevel} {$filename} {$check} {$direction} {$whitespace}", false); - //patch_erase($patch); + patch_erase($patch); if ($status == 0) return true; else |