Add openntpd

This commit is contained in:
Scott Ullrich 2008-12-05 21:33:58 +00:00
parent e59771e7f9
commit 793df875fc

View File

@ -117,8 +117,8 @@ if($_GET['mode'] == "stopservice" && $_GET['service']) {
case 'miniupnpd':
upnp_action('stop');
break;
case 'ntpd':
killbyname("ntpd");
case 'openntpd':
killbyname("openntpd");
break;
case 'sshd':
killbyname("sshd");
@ -182,6 +182,11 @@ if(isset($config['dnsmasq']['enable'])) {
unset($pconfig);
}
$pconfig['name'] = "openntpd";
$pconfig['description'] = "NTP clock sync";
$services[] = $pconfig;
unset($pconfig);
if(isset($config['captiveportal']['enable'])) {
$pconfig['name'] = "lighttpd";
$pconfig['description'] = "Captive Portal";