From owner-cvs-all@FreeBSD.ORG Sat Oct 29 15:25:02 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 F375716A41F; Sat, 29 Oct 2005 15:25:01 +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 A9A4F43D48; Sat, 29 Oct 2005 15:25:01 +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 j9TFP1W4038365; Sat, 29 Oct 2005 15:25:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9TFP13Z038364; Sat, 29 Oct 2005 15:25:01 GMT (envelope-from krion) Message-Id: <200510291525.j9TFP13Z038364@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 29 Oct 2005 15:25:01 +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/delete main.c src/usr.sbin/pkg_install/info main.c 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:25:02 -0000 krion 2005-10-29 15:25:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/delete main.c usr.sbin/pkg_install/info main.c Log: MFC: delete/main.c:1.27 info/main.c:1.48 Fix pkg_info(1) and pkg_delete(1) to handle properly packages which names start with a digit. PR: bin/76858 Submitted by: Matthew D. Fuller Approved by: re Revision Changes Path 1.26.8.1 +1 -1 src/usr.sbin/pkg_install/delete/main.c 1.47.2.1 +1 -1 src/usr.sbin/pkg_install/info/main.c