diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-03-15 18:50:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-03-15 18:50:23 +0000 |
commit | a1120541d8e5d493f46feb058578d842f2733b81 (patch) | |
tree | 731b4ed8527a849ed5be647efc84f37d1610c17b /usr.bin/file | |
parent | a9e9c81ae2c8a9b407090d162575dda6f66caa91 (diff) |
Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD)
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/magdir/palmpilot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/file/magdir/palmpilot b/usr.bin/file/magdir/palmpilot new file mode 100644 index 00000000000..226539696e5 --- /dev/null +++ b/usr.bin/file/magdir/palmpilot @@ -0,0 +1,11 @@ +# start kpilot.magic +# This must go at the end of $(kde_mimedir)/magic +# PalmPilot Files +0 string >\0 +>0x20 beshort&0xffe7 0 palmpilot/database +>0x20 beshort&0xffe7 1 +>>0x3c string appl palmpilot/application +>>0x3c string HACK palmpilot/hack +>>0x3c string libr palmpilot/library +>>0x3c string >\0 palmpilot/database +# stop kpilot.magic |