From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:40:15 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 9287116A4B3 for ; Mon, 22 Sep 2003 09:40:15 -0700 (PDT) Received: from firecrest.mail.pas.earthlink.net (firecrest.mail.pas.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E854401E for ; Mon, 22 Sep 2003 09:40:06 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by firecrest.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1A1Tj4-00006x-00; Mon, 22 Sep 2003 09:39:50 -0700 From: "Andrew L. Gould" To: "Charles Howse" , Date: Mon, 22 Sep 2003 11:39:33 -0500 User-Agent: KMail/1.5 References: <001501c38124$889640e0$04fea8c0@moe> In-Reply-To: <001501c38124$889640e0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309221139.33623.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bc3c8b2a7789c700d785e24e7b4c8cf5d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: Cvsup refuse confusion 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: Mon, 22 Sep 2003 16:40:15 -0000 On Monday 22 September 2003 11:13 am, Charles Howse wrote: > Hi, > I'm trying to eliminate all the non-English ports and documentation. > I've deleted the relevant directories in /usr/ports and /usr/share/doc, > But they reappear on subsequent cvsups. > Where have I gone wrong? > > ********* /etc/cvsupfile ********* > > *default host=cvsup11.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4_8 > *default delete use-rel-suffix > > src-all > *default tag=. > ports-all > doc-all > > ********* /usr/local/etc/cvsup/sup/ports-all/refuse ********* > > doc/da_* > doc/de_* > doc/el_* > doc/es_* > doc/fr_* > doc/it_* > doc/ja_* > doc/nl_* > doc/no_* > doc/pl_* > doc/pt_* > doc/ru_* > doc/sr_* > doc/zh_* > ports/INDEX > ports/chinese > ports/french > ports/german > ports/hebrew > ports/hungarian > ports/japanese > ports/korean > ports/polish > ports/portuguese > ports/russian > ports/ukranian > ports/vietnamese > > > Thanks, > Charles > Check for the existence of the folder /usr/sup. If it exists, move your refuse file to it. Also, should you be refusing to update ports/INDEX? I refuse the non-English ports; but my refuse file does not include ports/INDEX. I hope this helps. Andrew Gould