From owner-cvs-all Tue Oct 9 23:58:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04D6437B407; Tue, 9 Oct 2001 23:58:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A6wgn62601; Tue, 9 Oct 2001 23:58:42 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110100658.f9A6wgn62601@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Oct 2001 23:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add Makefile add.h extract.c futil.c main.c perform.c src/usr.sbin/pkg_install/create Makefile create.h perform.c pl.c src/usr.sbin/pkg_install/delete Makefile main.c src/usr.sbin/pkg_install/info Makefile info.h main.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 2001/10/09 23:58:42 PDT Modified files: usr.sbin/pkg_install/add Makefile add.h extract.c futil.c main.c perform.c usr.sbin/pkg_install/create Makefile create.h perform.c pl.c usr.sbin/pkg_install/delete Makefile main.c usr.sbin/pkg_install/info Makefile info.h main.c perform.c show.c usr.sbin/pkg_install/lib Makefile deps.c exec.c file.c lib.h match.c msg.c pen.c plist.c str.c Log: WARNS=2 cleanup. Tested on: i386, alpha MFC after: 2 weeks Revision Changes Path 1.14 +3 -1 src/usr.sbin/pkg_install/add/Makefile 1.10 +2 -2 src/usr.sbin/pkg_install/add/add.h 1.30 +12 -11 src/usr.sbin/pkg_install/add/extract.c 1.12 +3 -3 src/usr.sbin/pkg_install/add/futil.c 1.48 +1 -1 src/usr.sbin/pkg_install/add/main.c 1.68 +12 -12 src/usr.sbin/pkg_install/add/perform.c 1.14 +3 -1 src/usr.sbin/pkg_install/create/Makefile 1.20 +2 -2 src/usr.sbin/pkg_install/create/create.h 1.60 +14 -14 src/usr.sbin/pkg_install/create/perform.c 1.19 +11 -10 src/usr.sbin/pkg_install/create/pl.c 1.14 +3 -1 src/usr.sbin/pkg_install/delete/Makefile 1.24 +1 -1 src/usr.sbin/pkg_install/delete/main.c 1.14 +3 -1 src/usr.sbin/pkg_install/info/Makefile 1.20 +7 -7 src/usr.sbin/pkg_install/info/info.h 1.32 +1 -1 src/usr.sbin/pkg_install/info/main.c 1.43 +9 -8 src/usr.sbin/pkg_install/info/perform.c 1.23 +13 -13 src/usr.sbin/pkg_install/info/show.c 1.10 +3 -1 src/usr.sbin/pkg_install/lib/Makefile 1.5 +1 -1 src/usr.sbin/pkg_install/lib/deps.c 1.9 +0 -1 src/usr.sbin/pkg_install/lib/exec.c 1.52 +29 -30 src/usr.sbin/pkg_install/lib/file.c 1.39 +31 -31 src/usr.sbin/pkg_install/lib/lib.h 1.8 +6 -9 src/usr.sbin/pkg_install/lib/match.c 1.15 +2 -2 src/usr.sbin/pkg_install/lib/msg.c 1.34 +7 -7 src/usr.sbin/pkg_install/lib/pen.c 1.35 +12 -11 src/usr.sbin/pkg_install/lib/plist.c 1.13 +4 -4 src/usr.sbin/pkg_install/lib/str.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message