summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2006-12-13 22:57:03 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2006-12-13 22:57:03 +0000
commit81bae15cc6f7ff6bd049096866380179ded09215 (patch)
tree58641676efd8f7eacec1dec3b2e4b979e0055907 /net-ftp/tftp-hpa/files
parentdjvu for gs-gpl (diff)
downloadhistorical-81bae15cc6f7ff6bd049096866380179ded09215.tar.gz
historical-81bae15cc6f7ff6bd049096866380179ded09215.tar.bz2
historical-81bae15cc6f7ff6bd049096866380179ded09215.zip
Bump to version 0.44; bug 156322; thanks to Axel Dyks
Package-Manager: portage-2.1.2_rc3-r1
Diffstat (limited to 'net-ftp/tftp-hpa/files')
-rw-r--r--net-ftp/tftp-hpa/files/digest-tftp-hpa-0.443
-rw-r--r--net-ftp/tftp-hpa/files/in.tftpd.confd-0.4415
2 files changed, 18 insertions, 0 deletions
diff --git a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.44 b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.44
new file mode 100644
index 000000000000..0032052c1238
--- /dev/null
+++ b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.44
@@ -0,0 +1,3 @@
+MD5 185b5ac2faff81e52787ffd7aaed2509 tftp-hpa-0.44.tar.bz2 83122
+RMD160 1d7516c09298f344e7b2d4c28a7c550acef5ab98 tftp-hpa-0.44.tar.bz2 83122
+SHA256 15f6a417119cc0df3c05eac8d430ac64073b5ae9c0afb0d3ac002bed45b69d73 tftp-hpa-0.44.tar.bz2 83122
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}"