summaryrefslogtreecommitdiffstats
path: root/contrib/tnftp/todo
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2011-06-19 21:50:38 +0000
committergavin <gavin@FreeBSD.org>2011-06-19 21:50:38 +0000
commitf3c935589780909d53003a34a63975a197937374 (patch)
treee45faa19f527f7da73e5ad4d4ffe56b0409e292e /contrib/tnftp/todo
parent95eeb54f1851c76cfe5b9e42279355b40ddcd603 (diff)
downloadFreeBSD-src-f3c935589780909d53003a34a63975a197937374.zip
FreeBSD-src-f3c935589780909d53003a34a63975a197937374.tar.gz
Copy lukemftp to its new home, tnftp. I'm doing this in stages so as to
not confuse the CVS exporter.
Diffstat (limited to 'contrib/tnftp/todo')
-rw-r--r--contrib/tnftp/todo25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/tnftp/todo b/contrib/tnftp/todo
new file mode 100644
index 0000000..4863815
--- /dev/null
+++ b/contrib/tnftp/todo
@@ -0,0 +1,25 @@
+$Id: todo,v 1.30 2002/06/10 08:08:53 lukem Exp $
+
+update NEWS, README, ...
+
+at end of configure, show summary of options used and features found
+
+if socks is defined, disable ipv6 and use own getaddrinfo()/getnameinfo()
+(for tron)
+
+add locale autoconf checks
+
+AC_CHECK_SIZEOF(off_t, 0) doesn't work on FreeBSD 4.0 because the
+test doesn't include <sys/types.h>. fix autoconf?
+
+in configure, check for ansi c compiler and barf if it fails
+
+check if we need #defines for memcpy() et al
+
+check for utimes() decls [which system?]
+
+possibly install editline.3 and editrc.5
+
+system specific tests (to remove need for manual intervention):
+- sunos4
+ LIBS+= -lresolv
OpenPOWER on IntegriCloud