From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 03:22:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B0DDD16A420 for ; Thu, 2 Mar 2006 03:22:53 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A9A43D45 for ; Thu, 2 Mar 2006 03:22:53 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so201949wxc for ; Wed, 01 Mar 2006 19:22:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ef12DaBq/atu/JFMIiLoD1p7RkedMk0HRlH/uQuKTG+SAe+wTI/qXxCmT0iF26B50bn5L5WB9XDsS0leuNJjFN+aDpeOPbqBM4rSLqJy6CahC5VyPy92WzoSFeG0df3QiqndkcVhrP/QJi48bvmFhHWrRJLB0sbEXyMDg5CWd+A= Received: by 10.70.50.18 with SMTP id x18mr2644669wxx; Wed, 01 Mar 2006 19:22:52 -0800 (PST) Received: by 10.70.58.15 with HTTP; Wed, 1 Mar 2006 19:22:52 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 21:22:52 -0600 From: "illoai@gmail.com" To: "Jose Borquez" In-Reply-To: <44066215.2030907@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44066215.2030907@sbcglobal.net> Cc: FreeBSD Questions group Subject: Re: Where to place refuse file for CVSUP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 03:22:53 -0000 On 3/1/06, Jose Borquez wrote: > In my ports-supfile my base=3D/var/db and prefix=3D/usr. Does that mean = I > should place my refuse file in /var/db/sup/ ? I am a little confused, > so if anyone can help me out it would be greatly appreciated. from man 1 cvsup: If the supfile includes the command base=3D/foo the refuse files would be= : /foo/sup/refuse /foo/sup/src-all/refuse /foo/sup/src-all/refuse.cvs:RELENG_3 In effect, yes, with base=3D/var/db your refuse file should be /var/db/sup/= refuse. -- --