blob: 641dda06e59b78725eda9893fd1165b1aa321c4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
===========================================================================
|