Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 09/08/2003 22:11:15
Module Name:	src
Committed By:	jlam
Date:		Mon Sep  8 22:11:15 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/admin: main.c
	src/usr.sbin/pkg_install/delete: perform.c
	src/usr.sbin/pkg_install/info: perform.c
	src/usr.sbin/pkg_install/lib: str.c

Log Message:
Allow the package entries in the pkgdbdir to be either directories or
symlinks to directories.  This gives the user more rope, but lets those
who know what they're doing to do what they want.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.44 -r1.45 src/usr.sbin/pkg_install/delete/perform.c
cvs rdiff -r1.47 -r1.48 src/usr.sbin/pkg_install/info/perform.c
cvs rdiff -r1.43 -r1.44 src/usr.sbin/pkg_install/lib/str.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.