From owner-cvs-other Sat Apr 22 00:39:00 1995 Return-Path: cvs-other-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12301 for cvs-other-outgoing; Sat, 22 Apr 1995 00:39:00 -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 AAA12294 ; Sat, 22 Apr 1995 00:38:56 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id AAA07287; Sat, 22 Apr 1995 00:41:04 -0700 Date: Sat, 22 Apr 1995 00:41:04 -0700 From: "Jordan K. Hubbard" Message-Id: <199504220741.AAA07287@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 lib.h plist.c Sender: cvs-other-owner@freebsd.org Precedence: bulk jkh 95/04/22 00:41:03 Modified: host/freefall/a/ncvs/src/usr.sbin/pkg_install/add perform.c host/freefall/a/ncvs/src/usr.sbin/pkg_install/lib lib.h plist.c Log: 1. Add an new @option directive. You'll understand it better in a moment. 2. Fix a long-standing bug in pkg_add where the failure of one package in a multipackage installation (pkg_add *.tgz) would blow you right out of the water. Ick.