From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 17:56:57 2004 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 E25E616A4CE for ; Fri, 27 Feb 2004 17:56:57 -0800 (PST) Received: from smtp.aspadmin.com (smtp.aspadmin.com [216.98.128.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30DE43D1F for ; Fri, 27 Feb 2004 17:56:57 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Received: from jwilliams.courtesymortgage.com (unknown [209.126.131.11]) by smtp.aspadmin.com (Postfix) with ESMTP id 1FAC521501B for ; Fri, 27 Feb 2004 17:56:57 -0800 (PST) Message-Id: <5.2.1.1.0.20040227175318.00b0fb48@pop.courtesymortgage.com> X-Sender: jwilliams@pop.courtesymortgage.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Fri, 27 Feb 2004 17:56:55 -0800 To: freebsd-questions@freebsd.org From: Jason Williams Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: CVSUP and the refuse file 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: Sat, 28 Feb 2004 01:56:58 -0000 Hello everyone. I have a simple question regarding cvsup and using the refuse file. Basically, just as the handbook states, I dont want to download certain parts of the ports tree. I followed the directions in the handbook, but I seem to be downloading the specified ports still. Here is my ports-supfile: *default host=192.168.1.93 *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix I then put the refuse file in /usr/sup with the ports I don't want downloaded. Yet, they continue to be downloaded. Also, when I was reading the ports-supfile and the standard-supfile, it appears that you can also specify certain parts that you do not want to download as well. However, I have not been able to figure that part out yet. Can anyone tell me what im missing and how to fix this? I appreciate it. Jason