From owner-freebsd-hackers Sat Dec 14 14:17:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA20137 for hackers-outgoing; Sat, 14 Dec 1996 14:17:02 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA20130 for ; Sat, 14 Dec 1996 14:16:59 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id PAA25681; Sat, 14 Dec 1996 15:16:53 -0700 (MST) Date: Sat, 14 Dec 1996 15:16:53 -0700 (MST) Message-Id: <199612142216.PAA25681@rocky.mt.sri.com> From: Nate Williams To: John Polstra Cc: freebsd-hackers@freebsd.org Subject: Re: CVSup 14.0 is now available In-Reply-To: <199612141958.LAA19998@austin.polstra.com> References: <199612141958.LAA19998@austin.polstra.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Polstra writes: > Announcing CVSup 14.0 > --------------------- > Release 14.0 of CVSup, the CVS-aware network distribution system, is now > available. :) ... > What Has Changed Since the Previous Release? > -------------------------------------------- > The client now supports multiple "refuse" files: a global one > which applies to all collections; a per-collection one; and one > that is specific to a release+tag within its collection. OK, since I have no reason/interest to have the pc98 files, I decided I'd blow them away on my box and tell CVSup not to get them anymore. I created the file ~sup/src-sys/refuse.cvs with the following lines: */pc98 */pc98/* src/sys/pc98 src/sys/pc98/* But none of them work. How do I tell my client to not get the pc98 files? Nate