From d2a643d6a51efb55e24eb569328aac0f61eeb615 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 29 Jun 2008 00:48:08 -0400 Subject: [PATCH 1/1] remote-create: keep output in order svn path=/trunk/packages/sipb-xen-remote-server/; revision=664 --- files/usr/sbin/sipb-xen-remote-create | 1 + 1 file changed, 1 insertion(+) diff --git a/files/usr/sbin/sipb-xen-remote-create b/files/usr/sbin/sipb-xen-remote-create index c4a62cc..4483ce1 100755 --- a/files/usr/sbin/sipb-xen-remote-create +++ b/files/usr/sbin/sipb-xen-remote-create @@ -59,6 +59,7 @@ def main(argv): host = choose_host() print 'Creating on host %s...' % host + sys.stdout.flush() return call(['remctl', host, 'remote', 'control', machine_name, 'create'] + args) -- 1.7.9.5