diff options
author | lukem <lukem> | 2005-05-11 09:40:05 +0000 |
---|---|---|
committer | lukem <lukem> | 2005-05-11 09:40:05 +0000 |
commit | f546c172cc9b9545b60872c4d913aae186df09e7 (patch) | |
tree | d7b9b69beb3806b0d99ad5f888e31101a4295014 /net/tnftp | |
parent | c08274514cd2bd01d2aba146adb561f558d6f11e (diff) | |
download | pkgsrc-f546c172cc9b9545b60872c4d913aae186df09e7.tar.gz |
Update to tnftp 20070806.
Notable changes:
- Implement '-s srcaddr' to set the local IP address for all connections.
- Support '-q quittime' when waiting for server replies.
- Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
- Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
Diffstat (limited to 'net/tnftp')
-rw-r--r-- | net/tnftp/files/libedit/makelist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tnftp/files/libedit/makelist.in b/net/tnftp/files/libedit/makelist.in index 6c5321ae9e1..75a2407bd22 100644 --- a/net/tnftp/files/libedit/makelist.in +++ b/net/tnftp/files/libedit/makelist.in @@ -1,7 +1,7 @@ #!/bin/sh - # @configure_input@ # -# NetBSD: makelist.in,v 1.2 2005/01/05 04:40:05 lukem Exp +# $NetBSD: makelist.in,v 1.1.1.3 2005/05/11 09:40:05 lukem Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. |