From d6811c6851771c9ec77926b9e60596caae4ea2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 1 Jan 2002 16:27:26 +0000 Subject: [PATCH] Remove long-obsolete README. --- lib/libfetch/README | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/libfetch/README diff --git a/lib/libfetch/README b/lib/libfetch/README deleted file mode 100644 index 7b8537618cc..00000000000 --- a/lib/libfetch/README +++ /dev/null @@ -1,10 +0,0 @@ -This is the new fetch(3) library, which is to replace the ftpio(3) -library and provide a new, unified backend for all fetch(1), -pkg_add(1) and sysinstall(8). - -Note that this is very much work in progress. It compiles (with a few -warnings), but there is much left to be implemented. Comments, patches -etc. of all kinds are welcome, but please don't commit anything -without talking to me first. - - -- Dag-Erling C. Smørgrav (des@FreeBSD.org)