Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 16:42:24 -0700
From:      Gary Kline <kline@thought.org>
To:        Mark Filipak <filipak@earthlink.net>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Where do I download release 4.5, how, and what do I need?
Message-ID:  <20020418164224.A31125@tao.thought.org>
In-Reply-To: <3CBF56F7.B68BB4FF@earthlink.net>; from filipak@earthlink.net on Thu, Apr 18, 2002 at 07:29:59PM -0400
References:  <3CBF56F7.B68BB4FF@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 18, 2002 at 07:29:59PM -0400, Mark Filipak wrote:
> <This is really embarrasing>
> 
> I went to www.freebsd.org and clicked the "Getting FreeBSD" link. That took me here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html.
> 
> I then clicked the "FTP Sites" link. That took me here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html.
> 
> I then clicked the "ftp://ftp.FreeBSD.org/pub/FreeBSD/" link. That took me here: ftp://ftp.freebsd.org/pub/FreeBSD/
> 


	Hmm, this may be a good Answerman QA if we haven't done it already.

	Use a script like this one:

#!/bin/sh
if [ `id -u` != 0 ]
then
        echo "must exec this script as root"
        echo "id is `id -u`"
        exit 1;
fi


    (
    cd /usr/share/examples/cvsup;
    cvsup -g -L 2 -z stable-supfile
    )


     after you have modified the file /usr/share/examples/cvsup/stable-supfile
     to point to one of the mirror sites.

     This script will work witthout X11.


     gary


	


-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service Unix


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020418164224.A31125>