summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/tftp-hpa/files/in.tftpd.confd')
-rw-r--r--net-ftp/tftp-hpa/files/in.tftpd.confd8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-ftp/tftp-hpa/files/in.tftpd.confd b/net-ftp/tftp-hpa/files/in.tftpd.confd
index a755e418d7a3..99cb21cbb6c3 100644
--- a/net-ftp/tftp-hpa/files/in.tftpd.confd
+++ b/net-ftp/tftp-hpa/files/in.tftpd.confd
@@ -1,5 +1,7 @@
-# Config file for /etc/init.d/in.tftpd
-# Remove the -l if you use [x]inetd
+# /etc/init.d/in.tftpd
+# Path to server files from
INTFTPD_PATH="/tftproot"
-INTFTPD_OPTS="-l -s ${INTFTPD_PATH}"
+
+# For more options, see tftpd(8)
+INTFTPD_OPTS="-s ${INTFTPD_PATH}"