BugFix: When execing processes in the background (via -blc or Exec macro), we
should waitpid() them when they are done. Otherwise they become zombies, and
clutter up the process tree. [This could be problematic with -blc, especially
if user produces lots of bells].
Also renamed "vt_died" to the more intuitive "ndead_childs".