From owner-cvs-all@FreeBSD.ORG Sat Oct 29 15:45:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805AA16A41F; Sat, 29 Oct 2005 15:45:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513FF43D48; Sat, 29 Oct 2005 15:45:54 +0000 (GMT) (envelope-from krion@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 j9TFjsBB039155; Sat, 29 Oct 2005 15:45:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9TFjsfs039154; Sat, 29 Oct 2005 15:45:54 GMT (envelope-from krion) Message-Id: <200510291545.j9TFjsfs039154@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 29 Oct 2005 15:45:53 +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/version perform.c test-pkg_version.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 15:45:54 -0000 krion 2005-10-29 15:45:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/version perform.c test-pkg_version.sh Log: MFC: perform.c:1.14 test-pkg_version.sh:1.6 date: 2005/10/10 12:35:30; author: krion; state: Exp; lines: +9 -4 * pkg_version(1) exits if INDEX files is not found and -I is not specified. The result is that the package will be listed with a '?' as if it was not found within the INDEX file, so fix this behaviour. * Remove trailing spaces. PR: bin/87136 Submitted by: Sean Farley Approved by: re Revision Changes Path 1.12.2.2 +10 -5 src/usr.sbin/pkg_install/version/perform.c 1.5.8.1 +1 -1 src/usr.sbin/pkg_install/version/test-pkg_version.sh