services: for full consistency

This commit is contained in:
Franco Fichtner 2018-05-22 07:47:08 +02:00
parent 32aad857a8
commit 0abc31dcad

View File

@ -427,7 +427,7 @@ function services_dhcpdv4_configure($verbose = false)
}
if ($verbose) {
echo 'Starting DHCP service...';
echo 'Starting DHCPv4 service...';
flush();
}
@ -1357,7 +1357,7 @@ function services_dhcrelay_configure($verbose = false)
}
if ($verbose) {
echo 'Starting DHCP Relay...';
echo 'Starting DHCPv4 Relay...';
flush();
}