From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 01:38:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B948D106564A for ; Tue, 4 Nov 2008 01:38:28 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 908738FC1A for ; Tue, 4 Nov 2008 01:38:28 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2726593rvf.43 for ; Mon, 03 Nov 2008 17:38:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=NvNxDRqZNi8710dvYh0VxdMzguCtE7iBDWVk/ATnYuQ=; b=xnB1JkbxOZSEAxsPrAXlYMx9Ab5vgK2mQngbzeP2rIRLeeUBoQxMezJuLeaHFV/rfM GVxikdtKTR2r0FLUIn/CAHrKpji6+HglYkZdmWObc6F0wcT9Kl2HEsvl77HcM8XDuhG1 wJkihEp6OamHx5jyp/6k8m7C1/qmbKUllKBE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=t5cTcI1B0MdhCIsWZAGXESDaosVmPiEg00abUJUFBmadlhgxDK0Mazqjg5ml8e0MJk p8TBdcelPz73Y5sgQPKpcKgpWSZ2cjMETqufJRzi3qSdDVcqWtSTl6mBQqPLXmYsVpNy Yt3Xnv2SQprfvMDZ8njZSEaKfiXo/H3lit5/g= Received: by 10.142.210.4 with SMTP id i4mr446432wfg.240.1225762708142; Mon, 03 Nov 2008 17:38:28 -0800 (PST) Received: by 10.143.18.2 with HTTP; Mon, 3 Nov 2008 17:38:28 -0800 (PST) Message-ID: <2daa8b4e0811031738q759d34f4q274a676957ad379e@mail.gmail.com> Date: Mon, 3 Nov 2008 17:38:28 -0800 From: "David Allen" To: "FreeBSD Question" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Tue, 04 Nov 2008 03:00:11 +0000 Subject: Using csup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 01:38:28 -0000 I'd like to move to using csup(1) and there's an error in the manpage that's raising some questions for me: OPTIONS base=base The default base directory is /usr/local/etc/csup. FILES /usr/local/etc/cvsup Default base directory. sup Default collDir subdirectory. base/collDir/collection/checkouts* List files. Assuming that the default 'base' directory is /usr/local/etc/cvsup, would the following three files be sufficient for csup to work? # /usr/local/etc/cvsup/standard-supfile *default tag=RELENG_7_0 *default host=cvsup10.us.FreeBSD.org *default release=cvs delete use-rel-suffix compress src-all # /usr/local/etc/cvsup/doc-supfile doc-all # /usr/local/etc/cvsup/ports-supfile ports-all tag=. # usr/local/etc/cvsup/sup/refuse [contents of global refusefile]