From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:57:22 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 A609116A4B3 for ; Mon, 22 Sep 2003 09:57:22 -0700 (PDT) Received: from remt26.cluster1.charter.net (remt26.cluster1.charter.net [209.225.8.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E974444005 for ; Mon, 22 Sep 2003 09:57:12 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt26.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 165716971; Mon, 22 Sep 2003 12:46:15 -0400 From: "Charles Howse" To: "'Scott Schappell'" , Date: Mon, 22 Sep 2003 11:46:08 -0500 Message-ID: <002901c38129$05f4fe10$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal In-Reply-To: <3F6F22C9.1080102@silvertree.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:57:22 -0000 > Charles Howse wrote: >=20 > >Hi, > >I'm trying to eliminate all the non-English ports and documentation. > >I've deleted the relevant directories in /usr/ports and=20 > /usr/share/doc, > >But they reappear on subsequent cvsups. > >Where have I gone wrong? > > > >********* /etc/cvsupfile ********* > > > >*default host=3Dcvsup11.FreeBSD.org > >*default base=3D/usr > >*default prefix=3D/usr > >*default release=3Dcvs > >*default tag=3DRELENG_4_8 > >*default delete use-rel-suffix > > > >src-all > >*default tag=3D. > >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 > > > >Got a computer with idle CPU time? > >Join SETI@home and help make history! > >http://setiathome.ssl.berkeley.edu/ > > > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" > > > The refuse file goes in /usr/local/etc/cvsup/sup/refuse as=20 > mentioned in=20 > the handbook at=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html=20 > Section A.5.3.1 >=20 > "The refuse file essentially tells *CVSup* that it should not=20 > take every=20 > single file from a collection; in other words, it tells the client to=20 > /refuse/ certain files from the server. The refuse file can be found=20 > (or, if you do not yet have one, should be placed) in /base//sup/.=20 > /base/ is defined in your supfile; by default, /base/ is=20 > /usr/local/etc/cvsup, which means that by default the refuse file is=20 > /usr/local/etc/cvsup/sup/refuse." Thanks very much. Apologies for not checking the handbook before posting. RE: refusing ports/INDEX IIRC, someone directed me to do that.....?? I do a make index after every cvsup. Comments?