plugins: simplify names for DNS services again

This commit is contained in:
Franco Fichtner 2016-11-20 14:56:04 +01:00
parent 9991dc6c21
commit b9820b0966
2 changed files with 2 additions and 2 deletions

View File

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

View File

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