summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-05 21:33:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-05 21:33:58 +0000
commit793df875fcce035b653591b477b5e3220f20466e (patch)
tree2cd220463dd1a86d594284ce45eff3e9466a24d1
parente59771e7f9e05a4bcbf5010b863850027fcd5b74 (diff)
downloadpfsense-793df875fcce035b653591b477b5e3220f20466e.zip
pfsense-793df875fcce035b653591b477b5e3220f20466e.tar.gz
Add openntpd
-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 62ac314..290ca7d 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -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";
OpenPOWER on IntegriCloud