summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 22:03:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 22:03:42 +0000
commit786d9f59d654f1786b539b0301fd9b0d5f6fca7c (patch)
tree456dac1687228263affbb77eb253e8c8ca1a7642 /usr/local/www/status_services.php
parent91afaefb52beaa6c4fa1003f25b7cc4760e52928 (diff)
downloadpfsense-786d9f59d654f1786b539b0301fd9b0d5f6fca7c.zip
pfsense-786d9f59d654f1786b539b0301fd9b0d5f6fca7c.tar.gz
Show the executable name on error
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 9532133..fc9d2bf 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -88,7 +88,7 @@ if($_GET['stopservice'] == "true") {
mwexec("/sbin/killall {$executable_name}");
$status = is_service_running($executable_name);
if($status == 1) {
- $savemsg = "There was an error stopping {$package_name}.";
+ $savemsg = "There was an error stopping {$package_name} - {$executable_name}.";
} else {
$savemsg = "{$package_name} has been stopped.";
}
OpenPOWER on IntegriCloud