From owner-freebsd-commit Sat Apr 22 06:56:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23180 for commit-outgoing; Sat, 22 Apr 1995 06:56:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23167 for cvs-other-outgoing; Sat, 22 Apr 1995 06:56:42 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA23161 ; Sat, 22 Apr 1995 06:56:38 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id GAA15945; Sat, 22 Apr 1995 06:58:46 -0700 Date: Sat, 22 Apr 1995 06:58:46 -0700 From: "Jordan K. Hubbard" Message-Id: <199504221358.GAA15945@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-other@time.cdrom.com Subject: cvs commit: /host/freefall/a/ncvs/src/usr.sbin/pkg_install/lib file.c lib.h pen.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/04/22 06:58:46 Modified: host/freefall/a/ncvs/src/usr.sbin/pkg_install README host/freefall/a/ncvs/src/usr.sbin/pkg_install/add perform.c pkg_add.1 host/freefall/a/ncvs/src/usr.sbin/pkg_install/create perform.c Log: Second round: 1. Make paths work correctly. 2. Make pkg_add generally more robust in the face of failure. 3. Make the depend messages come out on stderr or stdout, but not both interspersed! :-) Modified: host/freefall/a/ncvs/src/usr.sbin/pkg_install/lib file.c lib.h pen.c Log: Export the min_free() function.