Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pkgviews]: src/usr.sbin/pkg_install/view Until pkgviews has been integra...
details: https://anonhg.NetBSD.org/src/rev/c25f813972f7
branches: pkgviews
changeset: 534217:c25f813972f7
user: jlam <jlam%NetBSD.org@localhost>
date: Mon Jul 14 11:58:13 2003 +0000
description:
Until pkgviews has been integrated into pkgsrc, only support the default
view in ${LOCALBASE}.
diffstat:
usr.sbin/pkg_install/view/pkg_view.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r f748cfd328b5 -r c25f813972f7 usr.sbin/pkg_install/view/pkg_view.sh
--- a/usr.sbin/pkg_install/view/pkg_view.sh Mon Jul 14 11:54:15 2003 +0000
+++ b/usr.sbin/pkg_install/view/pkg_view.sh Mon Jul 14 11:58:13 2003 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: pkg_view.sh,v 1.1.2.3 2003/07/14 11:54:15 jlam Exp $
+# $NetBSD: pkg_view.sh,v 1.1.2.4 2003/07/14 11:58:13 jlam Exp $
#
# Copyright (c) 2001 Alistair G. Crooks. All rights reserved.
@@ -85,6 +85,9 @@
depot_pkg_dbdir=${prefix}/packages
+# XXX Only support the standard view.
+view=""
+
# if standard view, put package info into ${dflt_pkg_dbdir}
# if not standard view, put package info into view's pkgdb
case "$view" in
Home |
Main Index |
Thread Index |
Old Index