From owner-freebsd-current@FreeBSD.ORG Mon Nov 15 07:12:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A872016A4CE for ; Mon, 15 Nov 2004 07:12:10 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551CC43D3F for ; Mon, 15 Nov 2004 07:12:10 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so500327rns for ; Sun, 14 Nov 2004 23:12:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=jOuIwCM70Gc0KRK7KJnmPjOX8wI+bGdS4FGQcudziFe12jZCDxe+XaX4V3ksYBmWRLXCKUfmywcABonQiYzwM5ntnOiUyKTRE/f7yJ52xvhkYmyp9R1t3trZ8YShNi8a1qIUhEijjgyWiaeHp2wInrE2Ey/6w6EV8fAYKGmbBQE= Received: by 10.38.26.40 with SMTP id 40mr864927rnz; Sun, 14 Nov 2004 23:12:09 -0800 (PST) Received: by 10.38.8.55 with HTTP; Sun, 14 Nov 2004 23:12:09 -0800 (PST) Message-ID: Date: Mon, 15 Nov 2004 15:12:09 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: refuse file for cvsup being ignored X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 07:12:10 -0000 In -current, the base for cvsup has been changed to /var/db per share/example/cvsup/ports-supfile. But setting "ports/INDEX*" in /var/db/sup/refuse does not work as advertised. cvsup still nukes my INDEX-5 when doing 'make update' in $PORTS_DIR. Any ideas? Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming