From 49ab00ece01ea26635a2a5091993c145518c4a21 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 10 May 2004 18:04:02 +0000 Subject: Do not modify the magic file for file(1). Instead, show what should be done using MESSAGE. --- archivers/dact/MESSAGE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 archivers/dact/MESSAGE (limited to 'archivers/dact/MESSAGE') diff --git a/archivers/dact/MESSAGE b/archivers/dact/MESSAGE new file mode 100644 index 00000000000..641dda06e59 --- /dev/null +++ b/archivers/dact/MESSAGE @@ -0,0 +1,17 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/05/10 18:04:02 minskim Exp $ + +To make file(1) aware of DACT files, add the following lines to the +magic file. + +#------------------------------------------------------------------------------ +# dact: file(1) magic for DACT compressed files +# +0 $LONG 0x444354C3 DACT compressed data +>4 byte >-1 (version %i. +>5 byte >-1 \b%i. +>6 byte >-1 \b%i) +>7 $LONG >0 \b, original size: %i bytes +>15 $LONG >30 \b, block size: %i bytes + +=========================================================================== -- cgit v1.2.3