Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/pkg_install/lib
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.
Home |
Main Index |
Thread Index |
Old Index