From c214e5757df2a0121f2fbf7573d74cd49bb23903 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 May 2007 17:06:32 +0000 Subject: [PATCH] s/dhcprelay/dhcrelay/ so that service status shows up correctly Ticket #1333 --- usr/local/www/status_services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index 03c6c7aa0c..e29e08d9d8 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);