# HG changeset patch # User Tomas Zeman # Date 1375713300 -7200 # Node ID e8cb759c60b42f87c28f2f483ce366f7f86b4b92 # Parent 4cbcc8af8481822b02a7c760b890d440fc47a753# Parent 48810ea292c291d3089cac48ea643a3350b3e835 merged conf/fs.conf: file.cat diff -r 4cbcc8af8481 -r e8cb759c60b4 conf/fs.conf --- a/conf/fs.conf Tue Jul 09 12:08:33 2013 +0200 +++ b/conf/fs.conf Mon Aug 05 16:35:00 2013 +0200 @@ -12,3 +12,6 @@ # Returns 0 if bzip2 test of file $1 passed. # Note: can't use just return code ($?) as bzip2 is too forgiving to corrupt archives. UserParameter=bzip2.test[*],bzip2 -q -t $1 2>&1|wc -l + +# Returns file's content +UserParameter=file.cat[*],cat $1