From 614b5d2362dc7083ad13d8d9895cf40624245ef0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 12 Nov 2009 07:06:18 +0000 Subject: main/tftpd-hpa: moved from testing --- main/tftpd-hpa/in.tftpd.confd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main/tftpd-hpa/in.tftpd.confd (limited to 'main/tftpd-hpa/in.tftpd.confd') diff --git a/main/tftpd-hpa/in.tftpd.confd b/main/tftpd-hpa/in.tftpd.confd new file mode 100644 index 000000000..5d74ac15f --- /dev/null +++ b/main/tftpd-hpa/in.tftpd.confd @@ -0,0 +1,15 @@ +# /etc/init.d/in.tftpd + +# Path to server files from +# Depending on your application you may have to change this. +INTFTPD_PATH="/var/tftpboot/" +#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}" -- cgit v1.2.3