summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/view
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/view
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/view')
-rw-r--r--pkgtools/pkg_install/files/view/linkfarm.sh.in2
-rw-r--r--pkgtools/pkg_install/files/view/pkg_view.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/view/linkfarm.sh.in b/pkgtools/pkg_install/files/view/linkfarm.sh.in
index 2c0523d8f82..a1b1049e572 100644
--- a/pkgtools/pkg_install/files/view/linkfarm.sh.in
+++ b/pkgtools/pkg_install/files/view/linkfarm.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: linkfarm.sh.in,v 1.3 2004/08/06 16:57:03 jlam Exp $
+# $NetBSD: linkfarm.sh.in,v 1.4 2004/08/20 20:09:53 jlam Exp $
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
diff --git a/pkgtools/pkg_install/files/view/pkg_view.sh.in b/pkgtools/pkg_install/files/view/pkg_view.sh.in
index 5e15c87362c..96b69e16884 100644
--- a/pkgtools/pkg_install/files/view/pkg_view.sh.in
+++ b/pkgtools/pkg_install/files/view/pkg_view.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: pkg_view.sh.in,v 1.5 2004/08/06 16:57:03 jlam Exp $
+# $NetBSD: pkg_view.sh.in,v 1.6 2004/08/20 20:09:53 jlam Exp $
#
# Copyright (c) 2001 Alistair G. Crooks. All rights reserved.