Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Ben Collver <ben@netbsd.org>
List: source-changes
Date: 12/06/2005 01:07:30
Module Name:	src
Committed By:	ben
Date:		Tue Dec  6 01:07:30 UTC 2005

Modified Files:
	src/usr.sbin/pkg_install/add: futil.c
	src/usr.sbin/pkg_install/lib: fexec.c file.c lib.h

Log Message:
Specify the full path to tar when unpacking a package.
Modify pfcexec so the new process file name can be different from argv[0].
This fix is from Peter Postma, and it addresses PR#32228


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.sbin/pkg_install/add/futil.c
cvs rdiff -r1.9 -r1.10 src/usr.sbin/pkg_install/lib/fexec.c
cvs rdiff -r1.75 -r1.76 src/usr.sbin/pkg_install/lib/file.c
cvs rdiff -r1.80 -r1.81 src/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.