diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-02 23:30:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-02 23:30:33 +0000 |
commit | 8dc11d1a04a3f690d554adabde2bc92910e01c68 (patch) | |
tree | 0e474b20c3a4447592691a179e87c7325733af2d /net-misc/tftp-hpa | |
parent | arm KEYWORDS + stabilize (diff) | |
download | historical-8dc11d1a04a3f690d554adabde2bc92910e01c68.tar.gz historical-8dc11d1a04a3f690d554adabde2bc92910e01c68.tar.bz2 historical-8dc11d1a04a3f690d554adabde2bc92910e01c68.zip |
add -s to the default options
Diffstat (limited to 'net-misc/tftp-hpa')
-rw-r--r-- | net-misc/tftp-hpa/Manifest | 8 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/in.tftpd.confd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/tftp-hpa/Manifest b/net-misc/tftp-hpa/Manifest index 6ffd92c9371c..23162f75b636 100644 --- a/net-misc/tftp-hpa/Manifest +++ b/net-misc/tftp-hpa/Manifest @@ -6,12 +6,12 @@ MD5 c9bbe1f9a85f48a9f0db6d3a96243f49 tftp-hpa-0.33.ebuild 735 MD5 9d2d35786e820ee9283b1e08f65fb398 tftp-hpa-0.34-r1.ebuild 765 MD5 2518048af53fc9da3ae6e3be5a244e8b files/digest-tftp-hpa-0.33 65 MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34-r1 65 -MD5 7b693e49cb72fa8dc5766b8ea06a4ee1 files/in.tftpd.confd 135 +MD5 4cf3b73c8361f35562a6933865d78e5f files/in.tftpd.confd 138 MD5 910c847f2cd2866188b458fcf06172d0 files/in.tftpd.rc6 515 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBXzk1HTu7gpaalycRAnn3AKCzt7bFIWGjmnBTVBzKO/DoRPMWqwCgrIZ/ -Vedy3l1qyYNL8fCAmledZhM= -=aD1y +iD8DBQFBXzojHTu7gpaalycRAvFtAKC6wROHAxFbI+Dvk6v13zfHQ++gjQCgufXP +AENK6I1qV5C73M28g8JqgV4= +=t9Vh -----END PGP SIGNATURE----- diff --git a/net-misc/tftp-hpa/files/in.tftpd.confd b/net-misc/tftp-hpa/files/in.tftpd.confd index 5cc7d3629262..a755e418d7a3 100644 --- a/net-misc/tftp-hpa/files/in.tftpd.confd +++ b/net-misc/tftp-hpa/files/in.tftpd.confd @@ -2,4 +2,4 @@ # Remove the -l if you use [x]inetd INTFTPD_PATH="/tftproot" -INTFTPD_OPTS="-l ${INTFTPD_PATH}" +INTFTPD_OPTS="-l -s ${INTFTPD_PATH}" |