summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/pkgdb.c
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-20 20:09:53 +0000
committerjlam <jlam@pkgsrc.org>2004-08-20 20:09:53 +0000
commitcc4b314fcf626d95d7ef304e722e2f016dcd4389 (patch)
tree32b14f1e32991359764e9e2543705a0872d5853f /pkgtools/pkg_install/files/lib/pkgdb.c
parent844d8b10dce2584fc3be79161a5de3505f25f6ac (diff)
downloadpkgsrc-cc4b314fcf626d95d7ef304e722e2f016dcd4389.tar.gz
Update pkgtools/pkg_install to 20040813 (latest release from the HEAD
branch of src). Changes from version 20040730 include: Modify pkg_info so that it will only print information on uninstalled binary packages in the current working directory if -. is given on the command line. If no -. is given, pkg_info will look for its information in the ${PKG_DBDIR}. This addresses a long-held gripe on the part of a number of people, including myself (agc), which completely violated the POLS. Add a -q switch to pkg_admin, which allows it to work in a quiet manner. Fixes the change request in PR 26583, but in a different manner, preserving existing behaviour and making the new behaviour dependent upon a command line option.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/pkgdb.c')
-rw-r--r--pkgtools/pkg_install/files/lib/pkgdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/pkgdb.c b/pkgtools/pkg_install/files/lib/pkgdb.c
index 8734e837ad0..67b04906d93 100644
--- a/pkgtools/pkg_install/files/lib/pkgdb.c
+++ b/pkgtools/pkg_install/files/lib/pkgdb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pkgdb.c,v 1.20 2004/08/06 16:57:03 jlam Exp $ */
+/* $NetBSD: pkgdb.c,v 1.21 2004/08/20 20:09:53 jlam Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -8,7 +8,7 @@
#include <sys/cdefs.h>
#endif
#ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.20 2004/08/06 16:57:03 jlam Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.21 2004/08/20 20:09:53 jlam Exp $");
#endif
/*