Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 14:52:40 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        philip brown <brown_philip@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: cvs query
Message-ID:  <20020728025240.GA2378@grimoire.chen.org.nz>
In-Reply-To: <20020728024643.40720.qmail@web9603.mail.yahoo.com>
References:  <20020728024643.40720.qmail@web9603.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 28, 2002 at 03:46:43AM +0100, philip brown wrote:

[...]
> here is my sup file:
> 
> *default host=cvsup.FreeBSD.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs
> *default delete use-rel-suffix
> 
> ports-all
> 
> is it something I have to ammend on my supfile to make
> sure new files are placed properly.

You're missing the default tag entry:

    *default host=cvsup.FreeBSD.org
    *default base=/usr
    *default prefix=/usr
    *default release=cvs
    *default delete use-rel-suffix
    *default tag=.

    ports-all

-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
          "You can get farther with a kind word and a gun
                      than you can with a kind word alone" - Al Capone

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?20020728025240.GA2378>