mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/dhcprelay/dhcrelay/ so that service status shows up correctly
Ticket #1333
This commit is contained in:
parent
a704b65029
commit
c214e5757d
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user