summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 05:51:21 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 05:51:21 +0000
commiteb8a0c24d58c7edea79e522525b8f0bc3c10ec0a (patch)
treee874e0e8fc6c52698b3baf2c73616ece5411d7d1 /usr
parenta9d497234ce116ade9210f5d72a8b7768978e6e5 (diff)
downloadpfsense-eb8a0c24d58c7edea79e522525b8f0bc3c10ec0a.zip
pfsense-eb8a0c24d58c7edea79e522525b8f0bc3c10ec0a.tar.gz
write_config() log what package was installed (I hope this is right)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 9f5d4d0..a2c2cea 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -314,7 +314,7 @@ foreach ($packages_to_install as $id) {
if(!$_GET['mode'] == "reinstallall") {
update_output_window("Saving updated package information ...");
fwrite($fd_log, "Saving updated package information ...\n");
- write_config();
+ write_config("Installed package {$pkgent['name']}");
}
update_progress_bar($pb_percent);
OpenPOWER on IntegriCloud