From: Christos Zoulas Date: Wed, 6 Apr 2011 12:37:44 +0000 (+0000) Subject: add metastore X-Git-Tag: FILE5_06~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be97f87500a3d6af753416539dc1508e9782dea2;p=file add metastore --- diff --git a/magic/Magdir/metastore b/magic/Magdir/metastore new file mode 100644 index 00000000..285c3cfa --- /dev/null +++ b/magic/Magdir/metastore @@ -0,0 +1,8 @@ + +#------------------------------------------------------------------------------ +# $File: metastore,v 1.1 2011/04/06 12:37:44 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 a64814ae..794669f3 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.64 2011/03/31 22:11:16 christos Exp $ +# $File: Makefile.am,v 1.65 2011/04/06 12:37:44 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 \