|
@@ -13,10 +13,10 @@ Last-Update: 2016-06-27
|
|
|
-# files is 5 on V7 and BSD, 4 on SV, and ?? on SVID.
|
|
|
+# Format is described in in magic(5).
|
|
|
# Don't edit this file, edit /etc/magic or send your magic improvements
|
|
|
--# to the maintainers, at file@mx.gw.com
|
|
|
-+# to the upstream maintainers, at file@mx.gw.com
|
|
|
+-# to the maintainers, at file@astron.com
|
|
|
++# to the upstream maintainers, at file@astron.com
|
|
|
+# or send your suggested inclusions
|
|
|
-+# as a wishlist bug against file (using the reportbug utility).
|
|
|
++# as a wishlist bug against the file package (using the reportbug utility).
|
|
|
--- /dev/null
|
|
|
+++ b/magic/magic.local
|
|
|
@@ -0,0 +1,3 @@
|
|
@@ -55,7 +55,7 @@ Last-Update: 2016-06-27
|
|
|
+AM_CPPFLAGS = -DMAGIC='"/etc/magic:$(MAGIC)"'
|
|
|
AM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@
|
|
|
libmagic_la_SOURCES = buffer.c magic.c apprentice.c softmagic.c ascmagic.c \
|
|
|
- encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
|
|
|
+ encoding.c compress.c is_json.c is_tar.c readelf.c print.c fsmagic.c \
|
|
|
--- a/doc/file.man
|
|
|
+++ b/doc/file.man
|
|
|
@@ -57,7 +57,7 @@
|
|
@@ -77,7 +77,7 @@ Last-Update: 2016-06-27
|
|
|
magic file
|
|
|
.Pa __MAGIC__.mgc ,
|
|
|
or the files in the directory
|
|
|
-@@ -549,12 +550,6 @@
|
|
|
+@@ -551,12 +552,6 @@
|
|
|
The order of entries in the magic file is significant.
|
|
|
Depending on what system you are using, the order that
|
|
|
they are put together may be incorrect.
|