summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-01 18:23:54 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-01 18:23:54 +0000
commitab94ba001994625d6fe0a249361f5feeca5523c2 (patch)
treeb3c583a1787eebff061c71327159139e96dab4d1 /etc/inc/pkg-utils.inc
parented6b04d865c2a53ec04b70769c10b90ff0326c26 (diff)
downloadpfsense-ab94ba001994625d6fe0a249361f5feeca5523c2.zip
pfsense-ab94ba001994625d6fe0a249361f5feeca5523c2.tar.gz
Ticket #309. Correctly fix the problems of intermediate config lost because of inclusion of config.inc. This might have speed impacts to be measured.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index b1a53b6..5d48ffc 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -458,8 +458,6 @@ function install_package($package, $pkg_info = "") {
$changedesc = "Overwrote previous installation of {$pkg_info['name']}.";
$to_output = "overwrite!\n";
}
- /* XXX: This is a workaround for Ticket #309. */
- write_config($changedesc);
$static_output .= $to_output;
update_output_window($static_output);
/* install other package components */
OpenPOWER on IntegriCloud