summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-15 02:57:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-15 02:57:56 +0000
commita281f09f715c0369b164cdb6d3bcf41f02466831 (patch)
tree8dc9347e160ec68103e81fd8cabf1c9e34422cd5
parentff4af76e16363933002f49ac4f5d297be6ddaf04 (diff)
downloadpfsense-a281f09f715c0369b164cdb6d3bcf41f02466831.zip
pfsense-a281f09f715c0369b164cdb6d3bcf41f02466831.tar.gz
Correct openntpd binary name
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 290ca7d..1e58e7c 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -182,7 +182,7 @@ if(isset($config['dnsmasq']['enable'])) {
unset($pconfig);
}
-$pconfig['name'] = "openntpd";
+$pconfig['name'] = "ntpd";
$pconfig['description'] = "NTP clock sync";
$services[] = $pconfig;
unset($pconfig);
OpenPOWER on IntegriCloud