summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 20:40:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 20:40:32 +0000
commitc6250d5af8f583c572f731dbad554339dd218a9e (patch)
treeb87b97f6fa0addebfbb550edc4642b55b4b4ac68 /usr/local
parent3d7b2204ff6818ac637759ac49543b797474b8af (diff)
downloadpfsense-c6250d5af8f583c572f731dbad554339dd218a9e.zip
pfsense-c6250d5af8f583c572f731dbad554339dd218a9e.tar.gz
Use lowercase package name
Diffstat (limited to 'usr/local')
-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 0628a7a..f3660eb 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -147,7 +147,7 @@ if ($dh)
continue;
if($package_name == "")
continue;
- if(get_pkg_id($package_name) == -1)
+ if(get_pkg_id(strtolower($package_name)) == -1)
continue;
$status = is_service_running($executable_name);
if($status == 1)
OpenPOWER on IntegriCloud