summaryrefslogtreecommitdiff
path: root/archivers/dact/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dact/MESSAGE')
-rw-r--r--archivers/dact/MESSAGE17
1 files changed, 17 insertions, 0 deletions
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
+
+===========================================================================