[6550] in SIPB bug reports
new data for file(1)
daemon@ATHENA.MIT.EDU (Larry Stone)
Fri Oct 31 16:14:48 1997
Date: Fri, 31 Oct 97 16:12:24 EST
From: Larry Stone <lcs@MIT.EDU>
To: bug-sipb@MIT.EDU
The file command doesn't know about AppleSingle and AppleDouble files,
which are an exchange file format and thus likely to show up on Unix.
These always contain binary data, although they may also have a text
data fork. Here are two lines to add to the appropriate magic subfile:
0 long 0x00051600 AppleSingle encoded Macintosh file
0 long 0x00051607 AppleDouble encoded Macintosh file
Also, I notice the header in share/magic says to edit the source files
in a non-existent directory, which should be updated to src/file-3.22/Magdir.
-- Larry