Integrating frontend/sh_on_named_pipes.sh into docs and delivery system

This commit is contained in:
Thomas Schmitt 2013-07-04 10:47:26 +00:00
parent 88a7d6ce66
commit 6901450e44
5 changed files with 11 additions and 1 deletions

View File

@ -252,6 +252,7 @@ EXTRA_DIST = \
frontend/frontend_pipes_xorriso.c \
frontend/README-tcltk \
frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \
README \
AUTHORS \
CONTRIBUTORS \

5
README
View File

@ -176,12 +176,15 @@ xorriso distro package does not install it, you may get it directly from
http://libburnia-project.org/export/head/libisoburn/trunk/frontend/xorriso-tcltk
Further there is the C program frontend/frontend_pipes_xorriso.c which
forks a xorriso process and shows the same communication gestures as
forks a xorriso process and shows similar communication gestures as
xorriso-tcltk.
In particular it connects to xorriso via two pipes, sends commands, waits
for all replies of a command, picks info out of the xorriso message sieve,
and parses reply message lines into words.
The bash script frontend/sh_on_named_pipes.sh forks a xorriso process and
operates it via two named pipes which it creates.
Drives and Disk File Objects

View File

@ -174,6 +174,9 @@ In particular it connects to xorriso via two pipes, sends commands, waits
for all replies of a command, picks info out of the xorriso message sieve,
and parses reply message lines into words.
The bash script frontend/sh_on_named_pipes.sh forks a xorriso process and
operates it via two named pipes which it creates.
Drives and Disk File Objects

View File

@ -238,6 +238,7 @@ copy_files \
frontend/frontend_pipes_xorriso.c \
frontend/README-tcltk \
frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \
"$lone_dir"/frontend

View File

@ -336,6 +336,8 @@ EXTRA_DIST = \
doc/startup_file.txt \
frontend/frontend_pipes_xorriso.c \
frontend/README-tcltk \
frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \
libisofs/aaip-os-dummy.c \
libisofs/aaip-os-linux.c \
libisofs/aaip-os-freebsd.c \