ae65ee4d9e
be done using MESSAGE.
17 lines
614 B
Text
17 lines
614 B
Text
===========================================================================
|
|
$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
|
|
|
|
===========================================================================
|