Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 12:16:13 +0200 (CEST)
From:      Oliver Helmling <oliver.helmling@stud.uni-bayreuth.de>
To:        freebsd-stable@freebsd.org
Cc:        freebsd-questions@freebsd.org
Subject:   src for the www collection
Message-ID:  <Pine.BSF.4.21.0003291118140.377-100000@hal.matof.de>

next in thread | raw e-mail | index | archive | help
hi all!

first, sorry for crossposting, but i didn't know where to put it. i've
cvsup'ed the sources for the www collection with this supfile:


# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/handbook/mirrors.html.
*default host=cvsup2.de.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

# If your network link is a T1 or faster, comment out the following line.
*default compress

# This collection retrieves the www/ tree of the FreeBSD repository
www


now of course, i have a directory /usr/www where all the sources
are. but when make a "cd /usr/www; make" i get an error:

cd: can't cd to ../doc/en_US.ISO_8859-1
*** Error code 2

probably the prefix isn't specified correctly, but what to put in
there. i'm running apache, so i thought of /usr/local/share/apache or is
it better to put it in /usr/share

BTW: i also retrieve the doc-all collection with this supfile:

#
# prefix=/usr
#		This specifies where to place the requested files.  A
#		setting of "/usr" will place all of the files requested
#		in "/usr/doc" (e.g., "/usr/doc/en_US.ISO_8859-1").
#		The prefix directory must exist in order to run CVSup.

# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/handbook/mirrors.html.
*default host=cvsup2.de.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=RELENG_3
*default delete use-rel-suffix
#*default list=cvs:RELENG_3

# If your network link is a T1 or faster, comment out the following line.
*default compress

# This will retrieve the entire doc branch of the FreeBSD repository.
# This includes the handbook, FAQ, and translations thereof.
doc-all

but i never get a directory named /usr/doc?

thanks in advance

-- 

Viele Grüße
	Oliver Helmling



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003291118140.377-100000>