summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-10-28 10:31:35 +0300
committerPaul Buetow <paul@buetow.org>2022-10-28 10:31:35 +0300
commit4c98b2cde80aebbadbabb4f0339c8a179b66d4fb (patch)
treec3310a507e153113bde08091f7188846a1164496 /frontends/Rexfile
parent7b71623df33336f8c69b2f6d12c9cf7230e1f6e6 (diff)
remove dserver from commons
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index d2e4b31..512ff48 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -394,7 +394,8 @@ task 'commons', group => 'frontends',
relayd();
smtpd();
rsync();
- dtail();
+ # Requires manually installing the binary!
+ # dtail();
failunderd();
};