From owner-freebsd-questions@FreeBSD.ORG Wed May 21 00:54:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA47637B401 for ; Wed, 21 May 2003 00:54:11 -0700 (PDT) Received: from priv-edtnes09-hme0.telusplanet.net (outbound02.telus.net [199.185.220.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id C742C43F3F for ; Wed, 21 May 2003 00:54:10 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from [192.168.1.100] ([207.6.229.118]) by priv-edtnes09-hme0.telusplanet.netESMTP <20030521075410.VIBA1575.priv-edtnes09-hme0.telusplanet.net@[192.168.1.100]>; Wed, 21 May 2003 01:54:10 -0600 Date: Wed, 21 May 2003 00:54:08 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Teilhard Knight In-Reply-To: <200305210031.12907.teilhk@phreaker.net> Message-ID: <20030521004743.O48793@njamn8or.no-ip.org> References: <200305210031.12907.teilhk@phreaker.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 07:54:12 -0000 On Wed, 21 May 2003, Teilhard Knight wrote: > Where should I put the supfile for cvsup? I found one in > /usr/ports/net/cvsup-mirror/files, but when I try to run cvsup, I get the > error message "no such file supfile". There is no mention in the handbook of > where to put it. I've always kept mine in /etc/cvsupfile, which I believe was originally created when the cvsupit port was installed but I am not entirely sure. It shouldn't matter since the file is normally specified on the command line when cvs is run: /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile Cheers, Viktor