Subject: CVS commit: src/usr.sbin/pkg_install/lib
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/24/2003 21:10:48
Module Name:	src
Committed By:	tron
Date:		Sun Aug 24 21:10:48 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/lib: Makefile lib.h
Added Files:
	src/usr.sbin/pkg_install/lib: fexec.c

Log Message:
Add a new utility function which use vfork(2) and exec(2) directly instead
of system(3) to run an external program.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.sbin/pkg_install/lib/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/pkg_install/lib/fexec.c
cvs rdiff -r1.52 -r1.53 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.