summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-05 21:32:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-05 21:32:53 +0000
commit9e226d1644ace012f817933f55b9193c4e023599 (patch)
treef73c2820c54868d478b7dc66036369f2250cebbe /usr/local/www/status_services.php
parent371d218016369474000ad8f60009eadf7405800b (diff)
downloadpfsense-9e226d1644ace012f817933f55b9193c4e023599.zip
pfsense-9e226d1644ace012f817933f55b9193c4e023599.tar.gz
Add openntpd
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index dff0f05..b99c163 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -148,8 +148,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");
@@ -223,6 +223,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";
OpenPOWER on IntegriCloud