summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-03 17:13:51 +0000
committerErmal <eri@pfsense.org>2011-08-03 17:29:32 +0000
commitbc38b5f255811d3315c36e59cba96c1f237b949d (patch)
treef4d183b7318515eaaca50fe22ca1988fedb5b2e1 /etc/inc/pkg-utils.inc
parent448cc756b110d2334a8db25e60c5cf322609fda5 (diff)
downloadpfsense-bc38b5f255811d3315c36e59cba96c1f237b949d.zip
pfsense-bc38b5f255811d3315c36e59cba96c1f237b949d.tar.gz
Remove this write_config call seems to be causing grief.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index ccf017f..6cddde7 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -802,8 +802,7 @@ function install_package_xml($pkg) {
$static_output .= "done.\n";
update_output_window($static_output);
}
- /* XXX: Seems there are issues with packages doing things */
- write_config("Intermediate config write during package install for {$pkg_info['name']}");
+
/* custom commands */
$static_output .= "Custom commands...\n";
update_output_window($static_output);
@@ -1201,4 +1200,4 @@ function pkg_reinstall_all() {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud