Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.18 (request...



details:   https://anonhg.NetBSD.org/src/rev/bbc19bfe6b1a
branches:  netbsd-1-6
changeset: 528508:bbc19bfe6b1a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jul 21 04:42:13 2002 +0000

description:
Pull up revision 1.18 (requested by yamt in ticket #530):
- remove handling of PKG_ADD_BASE.
- don't search current directory if PKG_PATH is set.
- don't prefer local directories.
- constify and cleanup.
discussed on tech-pkg.

diffstat:

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

diffs (15 lines):

diff -r efe7632f1b46 -r bbc19bfe6b1a usr.sbin/pkg_install/lib/Makefile
--- a/usr.sbin/pkg_install/lib/Makefile Sun Jul 21 04:42:05 2002 +0000
+++ b/usr.sbin/pkg_install/lib/Makefile Sun Jul 21 04:42:13 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2001/12/12 01:48:54 tv Exp $
+# $NetBSD: Makefile,v 1.17.2.1 2002/07/21 04:42:13 lukem Exp $
 # Original from FreeBSD, no rcs id.
 
 LIB+=          install
 SRCS+=         exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
-               plist.c str.c version.c
+               plist.c str.c version.c path.c
 
 NOLINT=                # defined
 NOMAN=         # defined



Home | Main Index | Thread Index | Old Index