diff options
author | Stew Benedict <stewb@mandriva.org> | 2003-01-18 13:08:26 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2003-01-18 13:08:26 +0000 |
commit | 3957374e1ded186023a817a82458f06d15150192 (patch) | |
tree | 0a032e15c2fa3a48bf67a64e22609ebbd58ecc06 /tools/ppc/magic | |
parent | 9ad19b52afdc786429750887fb109ecca9d16af7 (diff) | |
download | drakx-3957374e1ded186023a817a82458f06d15150192.tar drakx-3957374e1ded186023a817a82458f06d15150192.tar.gz drakx-3957374e1ded186023a817a82458f06d15150192.tar.bz2 drakx-3957374e1ded186023a817a82458f06d15150192.tar.xz drakx-3957374e1ded186023a817a82458f06d15150192.zip |
Update magic, mapping files for PPC from Christian Walther
Diffstat (limited to 'tools/ppc/magic')
-rwxr-xr-x | tools/ppc/magic | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/ppc/magic b/tools/ppc/magic index 387727c4e..91f4193ea 100755 --- a/tools/ppc/magic +++ b/tools/ppc/magic @@ -11,6 +11,10 @@ # # James Pearson 20/5/98 +# Modified by Christian Walther, 2003/01/17: +# changed gzip to StuffIt Expander +# added perl & shell script + # off type test message # GIF @@ -43,7 +47,7 @@ >2 byte&0x1f x %d bits # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver) -0 string \037\213 GNUz ZIVU gzip compressed data +0 string \037\213 Gzip SITx gzip compressed data >2 byte <8 \b, reserved method, >2 byte 8 \b, deflated, >3 byte &0x01 ASCII, @@ -79,3 +83,7 @@ >>>16 string EPS - type %s >>>16 string Query - type %s >>>16 string ExitServer - type %s + +# scripts +0 string #!/usr/bin/perl McPL TEXT +0 string #!/bin/sh ttxt TEXT |