From: Christos Zoulas Date: Wed, 6 Apr 2011 12:37:44 +0000 (+0000) Subject: add metastore X-Git-Tag: FILE5_07~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df162f30882cce1f394b6a67d3256e8b6bb5ac96;p=file add metastore --- diff --git a/magic/Magdir/metastore b/magic/Magdir/metastore new file mode 100644 index 00000000..de1513ce --- /dev/null +++ b/magic/Magdir/metastore @@ -0,0 +1,8 @@ + +#------------------------------------------------------------------------------ +# $File: mathematica,v 1.7 2009/09/19 16:28:10 christos Exp $ +# metastore: file(1) magic for metastore files +# From: Thomas Wissen +# see http://david.hardeman.nu/software.php#metastore +0 string MeTaSt00r3 Metastore data file, +>10 bequad x version %0llx diff --git a/magic/Makefile.am b/magic/Makefile.am index b1b4a966..96ab5d2b 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.63 2011/03/15 02:09:38 christos Exp $ +# $File: Makefile.am,v 1.64 2011/03/31 22:11:16 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -124,6 +124,7 @@ $(MAGIC_FRAGMENT_DIR)/mathematica \ $(MAGIC_FRAGMENT_DIR)/matroska \ $(MAGIC_FRAGMENT_DIR)/mcrypt \ $(MAGIC_FRAGMENT_DIR)/mercurial \ +$(MAGIC_FRAGMENT_DIR)/metastore \ $(MAGIC_FRAGMENT_DIR)/mime \ $(MAGIC_FRAGMENT_DIR)/mips \ $(MAGIC_FRAGMENT_DIR)/mirage \