Reflect the service name when starting it

This commit is contained in:
Warren Baker 2014-03-29 14:59:07 +02:00
parent 4e8e8cc80e
commit 5bb1c49527

View File

@ -1866,7 +1866,7 @@ function services_unbound_configure() {
if (isset($config['unbound']['enable'])) {
if ($g['booting'])
echo gettext("Starting Unbound DNS forwarder...");
echo gettext("Starting DNS Resolver...");
else
sleep(1);