From owner-cvs-src@FreeBSD.ORG Thu Oct 27 18:36:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C502916A41F; Thu, 27 Oct 2005 18:36:14 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2BC143D73; Thu, 27 Oct 2005 18:36:13 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9RIaDew019073; Thu, 27 Oct 2005 18:36:13 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9RIaDQk019072; Thu, 27 Oct 2005 18:36:13 GMT (envelope-from murray) Message-Id: <200510271836.j9RIaDQk019072@repoman.freebsd.org> From: Murray Stokely Date: Thu, 27 Oct 2005 18:36:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:36:15 -0000 murray 2005-10-27 18:36:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: MFC: look for packages in the packages-6-release directory when appropriate. Reviewed by: portmgr (kris@) Approved by: re (scottl@) Revision Changes Path 1.61.2.2 +2 -1 src/usr.sbin/pkg_install/add/main.c