aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/tftp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/tftp.cxx')
-rw-r--r--bbot/agent/tftp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/agent/tftp.cxx b/bbot/agent/tftp.cxx
index 80c626b..0df0d1b 100644
--- a/bbot/agent/tftp.cxx
+++ b/bbot/agent/tftp.cxx
@@ -116,6 +116,7 @@ namespace bbot
2,
"sudo", // Required for --secure (chroot).
"/usr/sbin/in.tftpd", // Standard installation location.
+ "--verbosity", 1, // Verbosity level.
"--timeout", 1, // Wait for more requests.
"--permissive", // Use inherited umask.
"--create", // Allow creating new files (PUT).