diff options
author | Ermal <eri@pfsense.org> | 2011-08-03 17:13:51 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-08-03 17:29:48 +0000 |
commit | 05ca39d93d972908e61da6f1b0b9132dd39b017b (patch) | |
tree | b94094db569b571e3871aff457235da32fbad513 | |
parent | c5ce8398292e986a1f35fca34bd85786948d9d29 (diff) | |
download | pfsense-05ca39d93d972908e61da6f1b0b9132dd39b017b.zip pfsense-05ca39d93d972908e61da6f1b0b9132dd39b017b.tar.gz |
Remove this write_config call seems to be causing grief.
-rw-r--r-- | etc/inc/pkg-utils.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 563203f..d9ef4e3 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -802,8 +802,7 @@ function install_package_xml($pkg) { $static_output .= gettext("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 .= gettext("Custom commands...") . "\n"; update_output_window($static_output); |