package: fai-client
The man page of ftar says this:
--- start ---
EXAMPLES
Suppose the source directory /files/etc/alternatives consists of the
following files:
DATALESS.tar.gz ant01.tar.bz2
Each file is a compressed archive. If only class DATALESS is defined,
the following command
# ftar -s /files -t /target /etc/alternatives
is equal to
# tar -C /target -zxf /files/etc/alternatives/DATALESS.tar.gz
--- end ---
But when I run
ftar /etc/fai-local/config
in my config scripts, I get (as expected, and wanted, because only like
this it's similar to fcopy):
ftar: extracting
/var/lib/fai/config/files//etc/fai-local/config/SOFTUPDATE-CLIENT.tar.gz
to ///etc/fai-local/config
SOFTUPDATE-CLIENT/10-setup OK.
So, what it really does is :
tar -C /target/etc/alternatives/ -zxf
/files/etc/alternatives/DATALESS.tar.gz
adjusted to the above example!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]