diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
| commit | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (patch) | |
| tree | 24e9595e175209972236019508c9ac6b34ec83b9 /magic/Magdir/dump | |
| parent | fd86496b2232c1f79946dc2d21515012a33b6274 (diff) | |
vendor/file: add 5.34vendor/file/5.34
gpg: Good signature from "Christos Zoulas (personal key)
<christos@zoulas.com>" [unknown]
gpg: aka "Christos Zoulas (NetBSD key)
<christos@netbsd.org>" [unknown]
Obtained from: ftp://ftp.astron.com/pub/file/
Diffstat (limited to 'magic/Magdir/dump')
| -rw-r--r-- | magic/Magdir/dump | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/magic/Magdir/dump b/magic/Magdir/dump index 73de3dc87a0b..cc5644d3e118 100644 --- a/magic/Magdir/dump +++ b/magic/Magdir/dump @@ -1,13 +1,13 @@ #------------------------------------------------------------------------------ -# $File: dump,v 1.16 2017/07/22 19:21:02 christos Exp $ +# $File: dump,v 1.17 2018/06/26 01:07:17 christos Exp $ # dump: file(1) magic for dump file format--for new and old dump filesystems # # We specify both byte orders in order to recognize byte-swapped dumps. # 0 name new-dump-be ->4 bedate x Previous dump %s, ->8 bedate x This dump %s, +>4 bedate x This dump %s, +>8 bedate x Previous dump %s, >12 belong >0 Volume %d, >692 belong 0 Level zero, type: >692 belong >0 Level %d, type: @@ -25,8 +25,8 @@ >888 belong >0 Flags %x 0 name old-dump-be -#>4 bedate x Previous dump %s, -#>8 bedate x This dump %s, +#>4 bedate x This dump %s, +#>8 bedate x Previous dump %s, >12 belong >0 Volume %d, >692 belong 0 Level zero, type: >692 belong >0 Level %d, type: @@ -44,8 +44,8 @@ >888 belong >0 Flags %x 0 name ufs2-dump-be ->896 beqdate x Previous dump %s, ->904 beqdate x This dump %s, +>896 beqdate x This dump %s, +>904 beqdate x Previous dump %s, >12 belong >0 Volume %d, >692 belong 0 Level zero, type: >692 belong >0 Level %d, type: |
