summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-14 04:58:30 +0000
committerjlam <jlam@pkgsrc.org>2003-09-14 04:58:30 +0000
commit73bf789d08f0aceca1ebc954ca62ba78bafcffe1 (patch)
treef1e9f9b333ad8d49fd1a028cb5bbcf8c1c85b70e /doc
parent0aa210c78ec57b29610d69e92dbdf8ba9792fb3c (diff)
downloadpkgsrc-73bf789d08f0aceca1ebc954ca62ba78bafcffe1.tar.gz
Update pkg_install to 20030914. Changes from version 20030913 are
ensuring that recursive pkg_delete'ing works by using the correct pkg_dbdir to find packages. This fixes recursive deleting if the -K flag is passed to pkg_delete(1), and the named dbdir differs from the default dbdir (/var/db/pkg).
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 9cf178eb92b..406698adf1b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3364 2003/09/13 23:03:19 jlam Exp $
+$NetBSD: CHANGES,v 1.3365 2003/09/14 04:58:30 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3678,3 +3678,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated gtkhtml to 1.1.10 [tron 2003-09-13]
Updated fetchmailconf to 6.2.4nb1 [tron 2003-09-13]
Updated cyrus-imap21 to 2.1.15 [jlam 2003-09-13]
+ Updated pkg_install to 20030914 [jlam 2003-09-14]