diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-09-11 17:04:13 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2009-09-14 10:37:50 +0100 |
commit | d5b89d36224b394391af09fba7ed0a7921175610 (patch) | |
tree | 1609dbba7ad513ce79980fcd22c0096d8367e1ae /recipes/resize.sh | |
parent | 7eda9e6fb2b1f6504167ab650886f5a336fc6919 (diff) | |
download | libguestfs-d5b89d36224b394391af09fba7ed0a7921175610.tar.gz libguestfs-d5b89d36224b394391af09fba7ed0a7921175610.tar.xz libguestfs-d5b89d36224b394391af09fba7ed0a7921175610.zip |
guestfish: Redirect stdout when executing remote commands
guestfish --listen necessarily redirects its stdout to /dev/null so as not to
interfere with eval. The remote protocol doesn't contain any other provision for
collecting stdout for the caller, so executing guestfish --remote will never
generate any output.
This patch fixes that by forwarding the caller's STDOUT to the listener over the
unix socket connection. The listener redirects its STDOUT to the caller's STDOUT
for the duration of the command, then closes it again.
Diffstat (limited to 'recipes/resize.sh')
0 files changed, 0 insertions, 0 deletions