aboutsummaryrefslogtreecommitdiff
path: root/contrib/file
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2018-06-26 18:53:52 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2018-06-26 18:53:52 +0000
commit964219664dcec4198441910904fb9064569d174d (patch)
treed585564ff3aa582e0981c1dd96ebfcbf98fda5d9 /contrib/file
parent89ea39a72715162b873e030e773285af68eedb2f (diff)
downloadsrc-964219664dcec4198441910904fb9064569d174d.tar.gz
src-964219664dcec4198441910904fb9064569d174d.zip
Fix file(1) dumpdate reporting for dump(8) files
Magic file for dump(8) had this dump and previous dump dates reversed. Fix order for all three flavours of the dump(8) format. This fix was committed to upstream repo as magic/Magdir/dump,v 1.17 and will be merged during next vendor import. PR: 223155 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=335675
Diffstat (limited to 'contrib/file')
-rw-r--r--contrib/file/magic/Magdir/dump12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/file/magic/Magdir/dump b/contrib/file/magic/Magdir/dump
index 73de3dc87a0b..da9614387ff5 100644
--- a/contrib/file/magic/Magdir/dump
+++ b/contrib/file/magic/Magdir/dump
@@ -6,8 +6,8 @@
# 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: