From owner-cvs-all Sun Sep 8 23: 6:15 2002 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 1E01F37B400; Sun, 8 Sep 2002 23:06:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C541843E42; Sun, 8 Sep 2002 23:06:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g89669JU005991; Sun, 8 Sep 2002 23:06:09 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g89669MO005990; Sun, 8 Sep 2002 23:06:09 -0700 (PDT) Message-Id: <200209090606.g89669MO005990@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 8 Sep 2002 23:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/08 23:06:09 PDT Modified files: usr.sbin/pkg_install/info perform.c Log: Use --fast-read mode to extract metadata from package file. Since metadata files are located at the very beginning of the package, this patch in conjuction with latest tar(1) --fast-mode fix greatly speeds up pkg_info(1) operation on package files. MFC after: 1 week Revision Changes Path 1.50 +16 -2 src/usr.sbin/pkg_install/info/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message