+2008-06-23 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/IPC.pm (fork_and_exec): New nocheck option that is
+ forwarded to wait_child().
+
2008-06-23 Timothy G Abbott <tabbott@MIT.EDU>
* scripts/dpkg-divert.pl: Add new option --listpackage to
returning. The return value will of fork_and_exec() will be a true value,
but not the pid.
+=item nocheck
+
+Scalar. Option of the wait_child() call.
+
=item chdir
Scalar. The child process will chdir in the indicated directory before
${$opts{"error_to_string"}} = readline($error_to_string_pipe);
}
if ($opts{"wait_child"}) {
- wait_child($pid, cmdline => "@prog");
+ wait_child($pid, nocheck => $opts{"nocheck"}, cmdline => "@prog");
return 1;
}