From e64e2655de38fb0241393a36a06e22f8df8ce6af Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 15 Oct 2006 23:39:43 +0200 Subject: [PATCH] Remove the 0.4.2 note also begin to integrate systems without wget --- doc/ccollect.text | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/ccollect.text b/doc/ccollect.text index 6626530..71492e8 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -87,9 +87,14 @@ For those who do not want to read the whole long document: -------------------------------------------------------------------------------- # get latest ccollect tarball from http://unix.schottelius.org/ccollect/ -# replace 0.4.2 with the current version +# replace 0.5 with the current version export CCV=0.5 -wget http://unix.schottelius.org/ccollect/ccollect-${CCV}.tar.bz2 + +# +# replace 'wget' with fetch on bsd +# +holen=wget +"$holen" http://unix.schottelius.org/ccollect/ccollect-${CCV}.tar.bz2 # extract the tarball, change to the newly created directory tar -xvjf ccollect-${CCV}.tar.bz2