Skip to content

Commit

Permalink
Merge pull request #84 from mvidner/sudoers-buffering2
Browse files Browse the repository at this point in the history
Enable buffering for parsing agent output (bnc#854809)
  • Loading branch information
mvidner committed Sep 8, 2014
2 parents 7d656b8 + 28fb9f3 commit f876a7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions liby2/src/Y2ProgramComponent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ void Y2ProgramComponent::launchExternalProgram (char **argv)

// Prepare parser
parser.setInput(from_external[0], argv[0]); // set parser input to child output
parser.setBuffered();
}


Expand Down
6 changes: 6 additions & 0 deletions package/yast2-core.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 8 08:59:10 UTC 2014 - [email protected]

- Enable buffering for parsing agent output (bnc#854809).
- 3.1.11

-------------------------------------------------------------------
Tue Aug 26 08:03:08 UTC 2014 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


Name: yast2-core
Version: 3.1.10
Version: 3.1.11
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit f876a7f

Please sign in to comment.