summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-27 17:36:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-27 17:36:37 +0000
commit960e61ae23aebeb7432eb040bf3631eb0e7ce5d4 (patch)
tree4a7dea63568dc5ac1fa3d8310e0ebf61ab1a8479 /usr
parent58725a51ce418efcdc7ca4fe8742fd18237171a9 (diff)
downloadpfsense-960e61ae23aebeb7432eb040bf3631eb0e7ce5d4.zip
pfsense-960e61ae23aebeb7432eb040bf3631eb0e7ce5d4.tar.gz
Be kind, rewind. Restart the package after a reinstallation.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index a0da51a..885c598 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -134,6 +134,7 @@ switch($_GET['mode']) {
update_status("Package reinstalled.");
$static_output .= "\n\nPackage reinstalled.";
update_output_window($static_output);
+ start_service($_GET['pkg']);
break;
case "reinstallxml":
delete_package_xml($_GET['pkg']);
OpenPOWER on IntegriCloud