summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/view
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-03 14:05:59 +0000
committerjlam <jlam@pkgsrc.org>2003-09-03 14:05:59 +0000
commit35ae38a50f78b9a38ba0f32f8da8c91e2cbc15fc (patch)
tree3ae8200016f9d0fbca70b0c9421dae7f93739755 /pkgtools/pkg_install/files/view
parent1a2276974baa8f0abcf6bf78af5f5893d778f802 (diff)
downloadpkgsrc-35ae38a50f78b9a38ba0f32f8da8c91e2cbc15fc.tar.gz
Update to pkg_install-20030824. Changes from the previous version include:
* Check for errors in reading from the file descriptor for the ftp process, and correct the error messages. * Nuke some code for older NetBSDs that's better handled in pkgtools/libnbcompat. * Don't prevent user from using views other than the default view.
Diffstat (limited to 'pkgtools/pkg_install/files/view')
-rw-r--r--pkgtools/pkg_install/files/view/pkg_view.16
-rw-r--r--pkgtools/pkg_install/files/view/pkg_view.cat13
-rw-r--r--pkgtools/pkg_install/files/view/pkg_view.sh10
3 files changed, 3 insertions, 16 deletions
diff --git a/pkgtools/pkg_install/files/view/pkg_view.1 b/pkgtools/pkg_install/files/view/pkg_view.1
index 5fbfe0a944d..4aa05762f0e 100644
--- a/pkgtools/pkg_install/files/view/pkg_view.1
+++ b/pkgtools/pkg_install/files/view/pkg_view.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_view.1,v 1.3 2003/09/02 08:28:36 jlam Exp $
+.\" $NetBSD: pkg_view.1,v 1.4 2003/09/03 14:06:01 jlam Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -184,7 +184,7 @@ If the
flag isn't given, then the value of the environment variable
.Ev PKG_DBDIR
is the package database directory for the default view,
-otherwise it defaults to
+otherwise it defaults to
.Pa /var/db/pkg .
.It Ev PLIST_IGNORE_FILES
This can be used to specify files in
@@ -265,5 +265,3 @@ The
.Nm
utility was written by
.An Alistair G. Crooks Aq agc@netbsd.org .
-.Sh BUGS
-Only the empty view is supported.
diff --git a/pkgtools/pkg_install/files/view/pkg_view.cat1 b/pkgtools/pkg_install/files/view/pkg_view.cat1
index 0644266c16f..4d006ba9c7a 100644
--- a/pkgtools/pkg_install/files/view/pkg_view.cat1
+++ b/pkgtools/pkg_install/files/view/pkg_view.cat1
@@ -138,7 +138,4 @@ SSEEEE AALLSSOO
AAUUTTHHOORRSS
The ppkkgg__vviieeww utility was written by Alistair G. Crooks <agc@netbsd.org>.
-BBUUGGSS
- Only the empty view is supported.
-
NetBSD 1.6.1_STABLE July 13, 2003 3
diff --git a/pkgtools/pkg_install/files/view/pkg_view.sh b/pkgtools/pkg_install/files/view/pkg_view.sh
index 119aa939232..ad4d91e1245 100644
--- a/pkgtools/pkg_install/files/view/pkg_view.sh
+++ b/pkgtools/pkg_install/files/view/pkg_view.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: pkg_view.sh,v 1.1 2003/09/01 16:27:16 jlam Exp $
+# $NetBSD: pkg_view.sh,v 1.2 2003/09/03 14:06:01 jlam Exp $
#
# Copyright (c) 2001 Alistair G. Crooks. All rights reserved.
@@ -121,14 +121,6 @@ delete|rm) action=delete ;;
esac
shift
-# XXX Only support the standard view for now.
-case "$view" in
-"") ;;
-*) echo "pkg_view: only the standard view is supported" 1>&2
- exit 1
- ;;
-esac
-
# if standard view, put package info into ${dflt_pkg_dbdir}
# if not standard view, put package info into view's pkgdb
case "$view" in