summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-20 14:22:40 +0200
committerSimon Rettberg2018-04-20 14:22:40 +0200
commit5bb5d374e2d58c8d9fb0f86e0249c640ef78601a (patch)
tree483567c7b1379f0a97450abdf63ec47a4dcb844b
parentFix more calls (diff)
downloadslx-admin-5bb5d374e2d58c8d9fb0f86e0249c640ef78601a.tar.gz
slx-admin-5bb5d374e2d58c8d9fb0f86e0249c640ef78601a.tar.xz
slx-admin-5bb5d374e2d58c8d9fb0f86e0249c640ef78601a.zip
[systemstatus] atftpd -> tftpd-hpa
-rw-r--r--modules-available/systemstatus/page.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/systemstatus/page.inc.php b/modules-available/systemstatus/page.inc.php
index 66b30bcf..958e763f 100644
--- a/modules-available/systemstatus/page.inc.php
+++ b/modules-available/systemstatus/page.inc.php
@@ -241,7 +241,7 @@ class Page_SystemStatus extends Page
$data = array('services' => array());
$tasks = array();
- $todo = ['dmsd', 'atftpd'];
+ $todo = ['dmsd', 'tftpd-hpa'];
if (Module::isAvailable('dnbd3') && Dnbd3::isEnabled()) {
$todo[] = 'dnbd3-server';
}