From owner-cvs-all Fri Sep 11 00:27:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24701 for cvs-all-outgoing; Fri, 11 Sep 1998 00:27:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24694; Fri, 11 Sep 1998 00:27:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11698; Fri, 11 Sep 1998 00:26:59 -0700 (PDT) Date: Fri, 11 Sep 1998 00:26:59 -0700 (PDT) Message-Id: <199809110726.AAA11698@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c perform.c src/usr.sbin/pkg_install/create perform.c pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib file.c msg.c pen.c plist.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/11 00:26:59 PDT Modified files: usr.sbin/pkg_install/add extract.c perform.c usr.sbin/pkg_install/create perform.c pl.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib file.c msg.c pen.c plist.c Log: correct usage of cleanup() everywhere - this became bogus when the warnx/errx stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald Revision Changes Path 1.21 +42 -25 src/usr.sbin/pkg_install/add/extract.c 1.53 +7 -6 src/usr.sbin/pkg_install/add/perform.c 1.45 +41 -25 src/usr.sbin/pkg_install/create/perform.c 1.12 +17 -9 src/usr.sbin/pkg_install/create/pl.c 1.16 +15 -10 src/usr.sbin/pkg_install/delete/perform.c 1.25 +3 -2 src/usr.sbin/pkg_install/info/perform.c 1.32 +38 -21 src/usr.sbin/pkg_install/lib/file.c 1.11 +3 -3 src/usr.sbin/pkg_install/lib/msg.c 1.30 +9 -5 src/usr.sbin/pkg_install/lib/pen.c 1.27 +6 -4 src/usr.sbin/pkg_install/lib/plist.c