summaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-01-01 16:27:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-01-01 16:27:26 +0000
commitd6811c6851771c9ec77926b9e60596caae4ea2dd (patch)
tree29be7c027ca2bf71d5f3d432d7a6fedbda899ce7 /lib/libfetch
parenta8e9bd8750e02f063a2d33dedd2b3c343f2f23bc (diff)
Notes
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libfetch/README b/lib/libfetch/README
deleted file mode 100644
index 7b8537618cca..000000000000
--- 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)