Subject: CVS commit: basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 08/30/2002 00:46:35
Module Name:	basesrc
Committed By:	abs
Date:		Thu Aug 29 21:46:34 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/add: perform.c
	basesrc/usr.sbin/pkg_install/lib: path.c path.h

Log Message:
Do not prepend '.' to path when looking for dependencies for a package
specified without any path components. (Pointed out by Takashi Yamamoto)
Rename path_remove_first() to path_prepend_clear().


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 basesrc/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/pkg_install/lib/path.c
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/pkg_install/lib/path.h

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