summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-30 01:51:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-30 01:51:24 +0000
commit967fcdd07270310082ce9d7f1b0fd33604960db8 (patch)
tree950a4757e8d928e40fc7d2f6d74731b3e99a5cf6 /usr
parent34f7437fc8c89c816c319d3d76a233916349301c (diff)
downloadpfsense-967fcdd07270310082ce9d7f1b0fd33604960db8.zip
pfsense-967fcdd07270310082ce9d7f1b0fd33604960db8.tar.gz
Change items to read "SNMP Service" and "DHCP Service"
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_services.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index a916807..4001d5a 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -170,14 +170,14 @@ if($show_dhcprelay == true) {
if(is_dhcp_server_enabled()) {
$pconfig['name'] = "dhcpd";
- $pconfig['description'] = "DHCP Server";
+ $pconfig['description'] = "DHCP Service";
$services[] = $pconfig;
unset($pconfig);
}
if(isset($config['snmpd']['enable'])) {
$pconfig['name'] = "bsnmpd";
- $pconfig['description'] = "SNMP";
+ $pconfig['description'] = "SNMP Service";
$services[] = $pconfig;
unset($pconfig);
}
OpenPOWER on IntegriCloud