Remove urlget

This patch gets rid of urlget. It's not used for anything now, since pkgin
uses fetch.

Arun
This commit is contained in:
Arun Thomas
2010-10-02 18:24:53 +00:00
parent 68de328ac1
commit 677d80b781
9 changed files with 6 additions and 820 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ Usage: setup # Install a skeleton system on the hard disk.
# To install from other things then floppies:
urlget http://... | setup /usr # Read from a web site.
urlget ftp://... | setup /usr # Read from an FTP site.
fetch -q -o - http://... | setup /usr # Read from a web site.
fetch -q -o - ftp://... | setup /usr # Read from an FTP site.
mtools copy c0d0p0:... - | setup /usr # Read from the C: drive.
dosread c0d0p0 ... | setup /usr # Likewise if no mtools.
EOF