From 6d316cfb6d501ced4f180e8465d2aa698b3b5abb Mon Sep 17 00:00:00 2001
From: Christos Zoulas <christos@zoulas.com>
Date: Fri, 9 Nov 2012 22:59:30 +0000
Subject: [PATCH] Add thin archive support.

---
 magic/Magdir/archive | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/magic/Magdir/archive b/magic/Magdir/archive
index a0dc8897..d0ac028a 100644
--- a/magic/Magdir/archive
+++ b/magic/Magdir/archive
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------
-# $File: archive,v 1.71 2012/07/05 21:48:24 christos Exp $
+# $File: archive,v 1.72 2012/10/31 16:55:49 christos Exp $
 # archive:  file(1) magic for archive formats (see also "msdos" for self-
 #           extracting compressed archives)
 #
@@ -53,6 +53,11 @@
 #>84	string		gz		\b, uses gzip compression
 #>136	ledate		x		created: %s
 
+0	string		=!<thin>\n	thin archive with
+>68	belong		0		no symbol entries
+>68	belong		1		%d symbol entry
+>68	belong		>1		%d symbol entries
+
 # other archives
 0	long		0177555		very old archive
 0	short		0177555		very old PDP-11 archive
-- 
2.40.0