diff options
author | delphij <delphij@FreeBSD.org> | 2014-12-30 19:39:31 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-12-30 19:39:31 +0000 |
commit | 48f640fb39a51412c289cf60a37e13bf69f64cf3 (patch) | |
tree | 7261a54be7ebfea2364c4b429cf16a0472a3ba8e /contrib/file/magic/Magdir/linux | |
parent | 8630086ac2460da5edb45eecd6eb3c6bc44dc31f (diff) | |
download | FreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.zip FreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.tar.gz |
MFC r275698: MFV r275696: file 5.21.
Diffstat (limited to 'contrib/file/magic/Magdir/linux')
-rw-r--r-- | contrib/file/magic/Magdir/linux | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/contrib/file/magic/Magdir/linux b/contrib/file/magic/Magdir/linux index c2b1762..d3f6a9d 100644 --- a/contrib/file/magic/Magdir/linux +++ b/contrib/file/magic/Magdir/linux @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: linux,v 1.57 2014/05/20 20:10:17 christos Exp $ +# $File: linux,v 1.59 2014/11/03 21:03:36 christos Exp $ # linux: file(1) magic for Linux files # # Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com> @@ -413,3 +413,22 @@ >>>>20 belong >16 >>>>>36 belong x \b, DT structure block size=%d +# glibc locale archive as defined in glibc locale/locarchive.h +0 lelong 0xde020109 locale archive +>24 lelong x %d strings + +# Summary: Database file for mlocate +# Description: A database file as used by mlocate, a fast implementation +# of locate/updatedb. It uses merging to reuse the existing +# database and avoid rereading most of the filesystem. It's +# the default version of locate on Arch Linux (and others). +# File path: /var/lib/mlocate/mlocate.db by default (but configurable) +# Site: https://fedorahosted.org/mlocate/ +# Format docs: http://linux.die.net/man/5/mlocate.db +# Type: mlocate database file +# URL: https://fedorahosted.org/mlocate/ +# From: Wander Nauta <info@wandernauta.nl> +0 string \0mlocate mlocate database +>12 byte x \b, version %d +>13 byte 1 \b, require visibility +>16 string x \b, root %s |