summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-02 17:47:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-02 17:47:53 +0000
commit880e15252017f5438da2a5acd925f7db8d48085a (patch)
treee0f7ba39b526f83161c57b7ae8f506fa7830ac2c /usr
parentda1b14bc9234c8f33c58fa0c2d91989d703d5ded (diff)
downloadpfsense-880e15252017f5438da2a5acd925f7db8d48085a.zip
pfsense-880e15252017f5438da2a5acd925f7db8d48085a.tar.gz
After package installation is completed, note that the user should configure the package and start it from the menu since this seems to be a common question/problem report.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index de5f5b1..edde430 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -134,14 +134,14 @@ switch($_GET['mode']) {
update_status("Package reinstalled.");
$static_output .= "\n\nPackage reinstalled.";
start_service($_GET['pkg']);
- update_output_window($static_output);
+ update_output_window($static_output);
break;
case "reinstallxml":
delete_package_xml($_GET['pkg']);
install_package($_GET['pkg']);
$static_output .= "\n\nPackage reinstalled.";
start_service($_GET['pkg']);
- update_output_window($static_output);
+ update_output_window($static_output);
break;
case "reinstallall":
if($config['installedpackages']['package'] <> "")
@@ -157,7 +157,7 @@ switch($_GET['mode']) {
update_status("All packages reinstalled.");
$static_output .= "\n\nAll packages reinstalled.";
start_service($_GET['pkg']);
- update_output_window($static_output);
+ update_output_window($static_output);
break;
default:
$status = install_package($_GET['id']);
@@ -165,8 +165,8 @@ switch($_GET['mode']) {
update_status("Installation of {$_GET['id']} FAILED!");
$static_output .= "\n\nInstallation halted.";
} else {
- update_status("Installation of {$_GET['id']} completed.");
- $static_output .= "\n\nInstallation completed.";
+ update_status("Installation of {$_GET['id']} completed.");
+ $static_output .= "\n\nInstallation completed. Please check to make sure that the package is configured from the respective menu then start the package.";
}
update_output_window($static_output);
OpenPOWER on IntegriCloud