summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 17:06:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 17:06:25 +0000
commit0daba2f78bd29910c10b5bc24682360ef5303c7f (patch)
treead9fb292906425ae2127d453074bd1c1463312e0 /usr
parent79b0d213de28b86536342142fef6894cbf2c640d (diff)
downloadpfsense-0daba2f78bd29910c10b5bc24682360ef5303c7f.zip
pfsense-0daba2f78bd29910c10b5bc24682360ef5303c7f.tar.gz
s/dhcprelay/dhcrelay/ so that service status shows up correctly
Ticket #1333
Diffstat (limited to 'usr')
-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 03c6c7a..e29e08d 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -203,7 +203,7 @@ foreach($iflist as $if) {
}
if($show_dhcprelay == true) {
- $pconfig['name'] = "dhcprelay";
+ $pconfig['name'] = "dhcrelay";
$pconfig['description'] = "DHCP Relay";
$services[] = $pconfig;
unset($pconfig);
OpenPOWER on IntegriCloud