Subject: CVS commit: [netbsd-1-6] basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/25/2002 00:34:45
Module Name: basesrc
Committed By: tron
Date: Sun Nov 24 22:34:45 UTC 2002
Modified Files:
basesrc/usr.sbin/pkg_install [netbsd-1-6]: Makefile.inc
Log Message:
Pull up revision 1.22 (requested by jschauma in ticket #1011):
- eliminate the hard-coding of pathnames in the default install.
- all command executions now use the path [execvp/execlp/system].
- normalize the macro names as <COMMAND>_CMD.
- in some OS's full pathnames for commands can still be provided, but this
is not the default.
This was needed to fix -DTAR_FULLPATHNAME="/usr/bin/tar"
To generate a diff of this commit:
cvs rdiff -r1.16.2.4 -r1.16.2.5 basesrc/usr.sbin/pkg_install/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.