Hi all,
New set of patches, with suggested fixes, plus few extra things I noticed during work.
Since there is no test suite, I'm leaving RFC in place.
Hubert Kario (6): new routines for socket based synchronisation add synchronisation to system library use internal killtree, to not leave running sleep commands behind add rlWaitForCmd change rlWaitForSocket to use shared code add rlWaitForFile
src/Makefile | 1 + src/beakerlib.sh | 1 + src/synchronisation.sh | 448 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 450 insertions(+) create mode 100644 src/synchronisation.sh