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/lib The binary pkg_* tools don't use...



details:   https://anonhg.NetBSD.org/src/rev/c33b7c38cd20
branches:  pkgviews
changeset: 534255:c33b7c38cd20
user:      jlam <jlam%NetBSD.org@localhost>
date:      Mon Aug 18 20:44:26 2003 +0000

description:
The binary pkg_* tools don't use the PKG_VIEW environment variable.

diffstat:

 usr.sbin/pkg_install/lib/lib.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6c333c8f338d -r c33b7c38cd20 usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h    Mon Aug 18 04:58:07 2003 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h    Mon Aug 18 20:44:26 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.43.2.4 2003/08/17 04:55:22 jlam Exp $ */
+/* $NetBSD: lib.h,v 1.43.2.5 2003/08/18 20:44:26 jlam Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -96,7 +96,6 @@
 
 /* just in case we change the environment variable name */
 #define PKG_DBDIR              "PKG_DBDIR"
-#define PKG_VIEW               "PKG_VIEW"
 
 /* The names of our "special" files */
 #define CONTENTS_FNAME         "+CONTENTS"



Home | Main Index | Thread Index | Old Index