This patch implements a service which provides the contents of a tar archive via the 'File_system::Session' interface. Configuration: <config> <archive name="tar_archive.tar" /> <policy label="label_of_client" root="/rootdir/for/client" /> </config> Fixes #333.
5 lines
92 B
Makefile
5 lines
92 B
Makefile
TARGET = tar_fs
|
|
SRC_CC = main.cc
|
|
LIBS = cxx env server signal
|
|
INC_DIR += $(PRG_DIR)
|