diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 09:14:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 09:14:57 +0000 |
commit | 84e52edcdda9c3bd52d42db244f2f5fefcad21da (patch) | |
tree | bb75f575dc7cb9cbe5329900226bc81fc8aa220f /net-ftp/tftp-hpa/files | |
parent | version bump (diff) | |
download | historical-84e52edcdda9c3bd52d42db244f2f5fefcad21da.tar.gz historical-84e52edcdda9c3bd52d42db244f2f5fefcad21da.tar.bz2 historical-84e52edcdda9c3bd52d42db244f2f5fefcad21da.zip |
Bug #132889, argument over default service location leads to a safer default.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'net-ftp/tftp-hpa/files')
-rw-r--r-- | net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40-r1 | 2 | ||||
-rw-r--r-- | net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40.1 | 2 | ||||
-rw-r--r-- | net-ftp/tftp-hpa/files/digest-tftp-hpa-0.42-r1 | 3 | ||||
-rw-r--r-- | net-ftp/tftp-hpa/files/in.tftpd.confd-0.42 | 6 |
4 files changed, 12 insertions, 1 deletions
diff --git a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40-r1 b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40-r1 index 22a8e1e12057..fe45d5a88e58 100644 --- a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40-r1 +++ b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40-r1 @@ -1 +1,3 @@ MD5 bfcdd49bf94900e610f2cc937d8980ef tftp-hpa-0.40.tar.bz2 82442 +RMD160 09faa3d5b9579dc4a975aae7c717e4afdcaa06dc tftp-hpa-0.40.tar.bz2 82442 +SHA256 c2e234731fd1aa34483cf71fb5151aa1a59f427196fc94273e1fc026b12beeb9 tftp-hpa-0.40.tar.bz2 82442 diff --git a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40.1 b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40.1 index 4994e881ee56..9f4bd592d3d1 100644 --- a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40.1 +++ b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.40.1 @@ -1 +1,3 @@ MD5 ae4273b21cef3f7984b6e3757a78e452 tftp-hpa-0.40.1.tar.bz2 81835 +RMD160 82dd5590ecba0929697fa3d3e37d2fc098d199cb tftp-hpa-0.40.1.tar.bz2 81835 +SHA256 2c0c274f904a34cd93676e59eb83ae86ed535c27f6ee967c11542ec302d346d1 tftp-hpa-0.40.1.tar.bz2 81835 diff --git a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.42-r1 b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.42-r1 new file mode 100644 index 000000000000..42e22d1abe40 --- /dev/null +++ b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.42-r1 @@ -0,0 +1,3 @@ +MD5 a6a21c51d74787f02ac4b2280d1fedb5 tftp-hpa-0.42.tar.bz2 82367 +RMD160 241ad845bd53c0ef43d46210cc9083d040dd0354 tftp-hpa-0.42.tar.bz2 82367 +SHA256 f957c2340e367d62a90be1542cb80028ebbf5a5fb71fdb1935c05c000f79a3d1 tftp-hpa-0.42.tar.bz2 82367 diff --git a/net-ftp/tftp-hpa/files/in.tftpd.confd-0.42 b/net-ftp/tftp-hpa/files/in.tftpd.confd-0.42 index f5a40f0236c7..14e8d1452881 100644 --- a/net-ftp/tftp-hpa/files/in.tftpd.confd-0.42 +++ b/net-ftp/tftp-hpa/files/in.tftpd.confd-0.42 @@ -1,7 +1,11 @@ # /etc/init.d/in.tftpd # Path to server files from -INTFTPD_PATH="/tftproot" +# 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 |