From owner-freebsd-stable@FreeBSD.ORG Fri Nov 19 11:53:38 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9839216A4CE for ; Fri, 19 Nov 2004 11:53:38 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78F743D46 for ; Fri, 19 Nov 2004 11:53:37 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id iAJCOn5x013905 for ; Fri, 19 Nov 2004 14:24:49 +0200 Received: from localhost (achill@localhost)iAJCOnM4013901 for ; Fri, 19 Nov 2004 14:24:49 +0200 Date: Fri, 19 Nov 2004 14:24:49 +0200 (EET) From: Achilleus Mantzios To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: pkg_add -r seeks in /packages-5-current on a 5.3-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 11:53:38 -0000 Hi, in /usr/src/usr.sbin/pkg_install/add/main.c:75 it says : { 503100, 599000, "/packages-5-current" }, thus searching in ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest/ whereas it should look into ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest Should i need to fill a bug report? -- -Achilleus