]> granicus.if.org Git - file/commitdiff
add metastore
authorChristos Zoulas <christos@zoulas.com>
Wed, 6 Apr 2011 12:37:44 +0000 (12:37 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 6 Apr 2011 12:37:44 +0000 (12:37 +0000)
magic/Magdir/metastore [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/metastore b/magic/Magdir/metastore
new file mode 100644 (file)
index 0000000..285c3cf
--- /dev/null
@@ -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
index a64814ae67317e38b4177f21c0bf87bc894284ba..794669f321e5a289affadc841acddfc2cbe80e05 100644 (file)
@@ -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 \