1
0
mirror of synced 2026-01-21 17:55:25 +00:00

Flush output after each line in runCommand()

This commit is contained in:
Axel Beckert 2014-10-26 01:20:35 +02:00
parent 8562398af1
commit 83a6d09e3d
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -26,6 +26,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
Santiago Vila.
+ Add password length sanity check with fallback to default length.
+ Raise default password length from 8 to 23.
+ Flush output after each line in runCommand().
[ Santiago Vila ]
+ Fix unaligned maxmem output of xen-create-image. (Closes: #764126)

View File

@ -195,6 +195,7 @@ sub findXenToolstack
sub runCommand ($$;$)
{
local $| = 1;
my ($cmd, $CONFIG, $fail_ok) = (@_);
#