summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-10-15 18:04:40 +0000
committerChristos Zoulas <christos@zoulas.com>2019-10-15 18:04:40 +0000
commitacc55b978d3099716884e6b09574cfea4ab19785 (patch)
tree6fb83b89915a5b5a0b29f6ce180a6e25a05edce6
parent1e6ff181bfa7be15cb90772f0321144eb6c30f15 (diff)
downloadfile-git-acc55b978d3099716884e6b09574cfea4ab19785.tar.gz
new magic from xdelaruelle
-rw-r--r--magic/Magdir/modulefile9
-rw-r--r--magic/Makefile.am3
2 files changed, 11 insertions, 1 deletions
diff --git a/magic/Magdir/modulefile b/magic/Magdir/modulefile
new file mode 100644
index 00000000..46c3baf2
--- /dev/null
+++ b/magic/Magdir/modulefile
@@ -0,0 +1,9 @@
+
+#------------------------------------------------------------------------------
+# $File: modulefile,v 1.1 2019/10/15 18:04:40 christos Exp $
+# modulefile: file(1) magic for user's environment modulefile
+# URL: http://modules.sourceforge.net/
+# Reference: https://modules.readthedocs.io/en/stable/modulefile.html
+# From: Xavier Delaruelle <xavier.delaruelle@cea.fr>
+0 string #%Module modulefile
+!:mime text/x-modulefile
diff --git a/magic/Makefile.am b/magic/Makefile.am
index 2c0dfc31..ea5cc391 100644
--- a/magic/Makefile.am
+++ b/magic/Makefile.am
@@ -1,5 +1,5 @@
#
-# $File: Makefile.am,v 1.149 2019/10/04 18:46:29 christos Exp $
+# $File: Makefile.am,v 1.150 2019/10/15 18:04:40 christos Exp $
#
MAGIC_FRAGMENT_BASE = Magdir
MAGIC_DIR = $(top_srcdir)/magic
@@ -181,6 +181,7 @@ $(MAGIC_FRAGMENT_DIR)/mkid \
$(MAGIC_FRAGMENT_DIR)/mlssa \
$(MAGIC_FRAGMENT_DIR)/mmdf \
$(MAGIC_FRAGMENT_DIR)/modem \
+$(MAGIC_FRAGMENT_DIR)/modulefile \
$(MAGIC_FRAGMENT_DIR)/motorola \
$(MAGIC_FRAGMENT_DIR)/mozilla \
$(MAGIC_FRAGMENT_DIR)/msdos \