Subject: CVS commit: basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/17/2002 06:31:35
Module Name:	basesrc
Committed By:	christos
Date:		Thu Oct 17 03:31:35 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install: Makefile.inc
	basesrc/usr.sbin/pkg_install/add: extract.c futil.c perform.c
	basesrc/usr.sbin/pkg_install/create: perform.c
	basesrc/usr.sbin/pkg_install/delete: perform.c
	basesrc/usr.sbin/pkg_install/lib: file.c ftpio.c lib.h

Log Message:
- 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.21 -r1.22 basesrc/usr.sbin/pkg_install/Makefile.inc
cvs rdiff -r1.23 -r1.24 basesrc/usr.sbin/pkg_install/add/extract.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/pkg_install/add/futil.c
cvs rdiff -r1.73 -r1.74 basesrc/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.33 -r1.34 basesrc/usr.sbin/pkg_install/create/perform.c
cvs rdiff -r1.36 -r1.37 basesrc/usr.sbin/pkg_install/delete/perform.c
cvs rdiff -r1.55 -r1.56 basesrc/usr.sbin/pkg_install/lib/file.c
cvs rdiff -r1.42 -r1.43 basesrc/usr.sbin/pkg_install/lib/ftpio.c
cvs rdiff -r1.43 -r1.44 basesrc/usr.sbin/pkg_install/lib/lib.h

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