summaryrefslogtreecommitdiff
path: root/net-ftp/tftp-hpa/files/in.tftpd.confd-0.44
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/tftp-hpa/files/in.tftpd.confd-0.44')
-rw-r--r--net-ftp/tftp-hpa/files/in.tftpd.confd-0.4415
1 files changed, 15 insertions, 0 deletions
diff --git a/net-ftp/tftp-hpa/files/in.tftpd.confd-0.44 b/net-ftp/tftp-hpa/files/in.tftpd.confd-0.44
new file mode 100644
index 000000000000..14e8d1452881
--- /dev/null
+++ b/net-ftp/tftp-hpa/files/in.tftpd.confd-0.44
@@ -0,0 +1,15 @@
+# /etc/init.d/in.tftpd
+
+# Path to server files from
+# Depending on your application you may have to change this.
+# This is commented out to force you to look at the file!
+#INTFTPD_PATH="/var/tftp/"
+#INTFTPD_PATH="/tftpboot/"
+#INTFTPD_PATH="/tftproot/"
+
+# For more options, see in.tftpd(8)
+# -R 4096:32767 solves problems with ARC firmware, and obsoletes
+# the /proc/sys/net/ipv4/ip_local_port_range hack.
+# -s causes $INTFTPD_PATH to be the root of the TFTP tree.
+# -l is passed by the init script in addition to these options.
+INTFTPD_OPTS="-R 4096:32767 -s ${INTFTPD_PATH}"