Commit b9820b09 authored by Franco Fichtner's avatar Franco Fichtner

plugins: simplify names for DNS services again

parent 9991dc6c
......@@ -46,7 +46,7 @@ function dnsmasq_services()
$pconfig = array();
$pconfig['name'] = 'dnsmasq';
$pconfig['description'] = gettext('Dnsmasq DNS Forwarder');
$pconfig['description'] = gettext('DNS Forwarder');
$pconfig['php']['restart'] = array('dnsmasq_configure_do');
$pconfig['php']['start'] = array('dnsmasq_configure_do');
$pconfig['pidfile'] = '/var/run/dnsmasq.pid';
......
......@@ -46,7 +46,7 @@ function unbound_services()
$pconfig = array();
$pconfig['name'] = 'unbound';
$pconfig['description'] = gettext("Unbound DNS Resolver");
$pconfig['description'] = gettext('DNS Resolver');
$pconfig['php']['restart'] = array('unbound_configure_do');
$pconfig['php']['start'] = array('unbound_configure_do');
$pconfig['pidfile'] = '/var/run/unbound.pid';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment