s/dhcprelay/dhcrelay/ so that service status shows up correctly

Ticket #1333
This commit is contained in:
Scott Ullrich 2007-05-27 17:06:32 +00:00
parent a704b65029
commit c214e5757d

View File

@ -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);