On Tue, Mar 15, 2011 at 8:07 PM, Amit Kulkarni <[email protected]> wrote: > When we build a project using ./configure && make && make install, > inevitably there are invocations of all sorts of things. Is there a > utility which can log which process was created, its invocation > command, and then record it is destroyed? Basically, like > http://www.suse.de/~krahmer/exec-notify.c but for OpenBSD.
ktrace -i and kdump|grep? Philip Guenther

