K 10 svn:author V 4 kris K 8 svn:date V 27 2006-02-11T10:05:01.000000Z K 7 svn:log V 468 * In kill_procs(), pass in the directory and mountpoint as separate arguments (cosmetic) * Detect if a chroot was used to run a jailed build, and first attempt to gracefully shut it down by killing everything within using pgrep(1) This has a much higher chance of succeeding that relying on fstat to identify processes that might interfere with our attempts to clean up mountpoints, which is fragile (libkvm-dependent), and inherently unreliable at best. END