From owner-freebsd-chat@FreeBSD.ORG Sat Dec 22 01:09:18 2007 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0073716A418 for ; Sat, 22 Dec 2007 01:09:18 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (dsl081-163-122.sea1.dsl.speakeasy.net [64.81.163.122]) by mx1.freebsd.org (Postfix) with ESMTP id 99E7013C442 for ; Sat, 22 Dec 2007 01:09:17 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from w16.stradamotorsports.com (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.8/8.13.8) with ESMTP id lBM19FAK025000; Fri, 21 Dec 2007 17:09:15 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <476C63BF.7040305@highperformance.net> Date: Fri, 21 Dec 2007 17:09:19 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 2.0.0.6 (X11/20070922) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <476C549C.8050206@gmail.com> In-Reply-To: <476C549C.8050206@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on s4.stradamotorsports.com Cc: freebsd-chat@freebsd.org Subject: Re: where to put doc and www sources X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 01:09:18 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I maintain a local cvs repo and decided to also create a local mirror > of the latest docs and web site and just wanted to know the "right" > (by convention) to put this stuff for now I put docs in /usr/src/docs > (i.e. cd /usr/src;cvs -q -d /home/ncvs checkout doc to create it) man hier might answer your question. Later, Jason