diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status_services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index b99c163..58d7139 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -223,7 +223,7 @@ if(isset($config['dnsmasq']['enable'])) { unset($pconfig); } -$pconfig['name'] = "openntpd"; +$pconfig['name'] = "ntpd"; $pconfig['description'] = "NTP clock sync"; $services[] = $pconfig; unset($pconfig); |