Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 04/19/2001 15:32:00
Module Name:	basesrc
Committed By:	dmcmahill
Date:		Thu Apr 19 12:32:00 UTC 2001

Modified Files:
	basesrc/usr.sbin/pkg_install/add: main.c

Log Message:
Allow PKG_PATH (or part of that) to contain a local directory, and
still let "pkg_add foo" work:

        setenv PKG_PATH /usr/upkgsrc/packages/All
        pkg_add -v kde2

Depending pkgs will be pulled in as usual.

If PKG_PATH contains a mixture of local paths and ftp://-URLs, the local
paths will be searched first.

Patch provided by Hubert.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.sbin/pkg_install/add/main.c

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