This packet contains the source for the 'trapfile' program, which runs
a program as a subprocess while reporting to the user any calls the
subprocess makes to the system calls 'open' and 'close'. To parse its
command line arguments, 'trapfile' uses my 'options' library, which
can be used by itself and is portable (whereas 'trapfile' is not).

trapfile.c		source for trapfile
trapfile.1		manual page for trapfile (use nroff -man)
options.h		include file for options parsing
options.c		source code for options parser
Makefile.BSD		makefile for 4.2BSD on Vax
Makefile.hpux		makefile for HP-UX s300 and s800

No manual page for 'options' yet, sorry. Look at how 'trapfile' uses
it.

Copy the appropriate makefile to Makefile and just type 'make'.  If
your system is not either HP-UX or 4.2BSD, you are on your own. Try
anyway, and if you succeed, I would be happy if you mailed your
changes to me. 4.3BSD just might work directly, and there should be
no very difficult changes for Sun-3.

me = Arndt Jonasson, aj@zyx.SE (uucp:  ...!uunet!mcvax!enea!zyx!aj)
