Re: [libvirt] [PATCH 2/7] virExec: Delay daemonizing as long as possible.

2009-05-04 Thread Cole Robinson
Daniel P. Berrange wrote: On Tue, Apr 28, 2009 at 11:31:52AM -0400, Cole Robinson wrote: This way the caller can catch more errors (e.g. from a hook callback) from the intermediate process. --- src/util.c | 56 1 files changed, 28

Re: [libvirt] [PATCH 2/7] virExec: Delay daemonizing as long as possible.

2009-04-29 Thread Daniel P. Berrange
On Tue, Apr 28, 2009 at 11:31:52AM -0400, Cole Robinson wrote: This way the caller can catch more errors (e.g. from a hook callback) from the intermediate process. --- src/util.c | 56 1 files changed, 28 insertions(+), 28

[libvirt] [PATCH 2/7] virExec: Delay daemonizing as long as possible.

2009-04-28 Thread Cole Robinson
This way the caller can catch more errors (e.g. from a hook callback) from the intermediate process. --- src/util.c | 56 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/util.c b/src/util.c index 87e215d..47a1cd3