Date: Mon, 11 Mar 2002 20:10:59 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Rob B <rbyrnes@ozemail.com.au> Cc: Drew Tomlinson <drew@mykitchentable.net>, questions@freebsd.org Subject: Re: How to ignore some ports? Message-ID: <20020311181059.GG721@hades.hell.gr> In-Reply-To: <5.1.0.14.2.20020311144456.01be1500@pop.ozemail.com.au> References: <5.1.0.14.2.20020311130104.037912d0@pop.ozemail.com.au> <20020310222257.B6712@peckdani-2.user.msu.edu> <003301c1c8ad$860e8340$1c01a8c0@lc.ca.gov> <5.1.0.14.2.20020311144456.01be1500@pop.ozemail.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-03-11 14:48, Rob B wrote: > At 14:42 11/03/2002, Drew Tomlinson sent this up the stick: > > OK, my bad. You are already using a refuse file. What do you mean by > > "it doesn't work"? The refuse file won't delete files that already > > exist but they shouldn't be updated. > > My main problem is where the heck to put the refuse file. As I said, I had > it in the same directory as the supfile but that didn't work, it kept > updating the files and directories that were listed in the refuse file. > > I've since made a symlink to /usr/refuse, since "base" is defined in the > supfile as /usr and I'm testing this option now. The refuse file doesn't go in "base" but in "base/sup" :-) The manual page of cvsup is a bit cryptic, but does eventually make sense: | SYNOPSIS | cvsup [-1aDeEgksvzZ] [-A addr] [-b base] [-c collDir] [-d delLimit] | ... | -c collDir Specifies the subdirectory of base where the information | about the collections is maintained. The default is sup. | ... | As many as three refuse files are examined for each supfile line. There | can be a global refuse file named base/collDir/refuse which applies to | all collections and releases. There can be a per-collection refuse file | named base/collDir/collection/refuse ... With the default base and collDir values of /usr and sup, the global refuse file is /usr/sup/refuse, as you have already found out judging from the other posts in the thread. Just thought I'd explain *why* it is looked for in that place, too :) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311181059.GG721>