[Forensics-changes] [SCM] debian-forensics/sleuthkit branch, debian, updated. debian/3.1.3-1-20-g80ab685

Julien Valroff julien at kirya.net
Thu Jun 2 07:07:30 UTC 2011


The following commit has been merged in the debian branch:
commit 5f48a3b41fed818f06b8ce051a5a2d4a33fae120
Author: Julien Valroff <julien at kirya.net>
Date:   Wed Jun 1 21:32:21 2011 +0200

    Fix another manpage warning

diff --git a/debian/patches/30_fix-manpages.diff b/debian/patches/30_fix-manpages.diff
index 2a7a8ad..bf41fd4 100644
--- a/debian/patches/30_fix-manpages.diff
+++ b/debian/patches/30_fix-manpages.diff
@@ -61,12 +61,90 @@ Last-Update: 2011-06-01
  The size (in bytes) of the device sectors
 --- a/man/hfind.1
 +++ b/man/hfind.1
-@@ -95,7 +95,7 @@
+@@ -72,64 +72,64 @@
+ sorted by.  The 'md5sum' value can also be used to sort and index "home made"
+ databases.  'hfind' can take data in both common formats:
  
- 	# hfind /usr/local/hash/nsrl/NSRLFile.txt
- 	76b1f4de1522c20b67acc132937cf82e
+-	MD5 (test.txt) = 76b1f4de1522c20b67acc132937cf82e
++    MD5 (test.txt) = 76b1f4de1522c20b67acc132937cf82e
+ 
+ and
+ 
+-	76b1f4de1522c20b67acc132937cf82e        test.txt
++    76b1f4de1522c20b67acc132937cf82e        test.txt
+ 
+ .SH EXAMPLES
+ To create an MD5 index file for NIST NSRL:
+ 
+-	# hfind \-i nsrl-md5 /usr/local/hash/nsrl/NSRLFile.txt
++    # hfind \-i nsrl-md5 /usr/local/hash/nsrl/NSRLFile.txt
+ 
+ To lookup a value in the NSRL:
+ 
+-	# hfind /usr/local/hash/nsrl/NSRLFile.txt 76b1f4de1522c20b67acc132937cf82e
++    # hfind /usr/local/hash/nsrl/NSRLFile.txt 76b1f4de1522c20b67acc132937cf82e
+ 
+-	76b1f4de1522c20b67acc132937cf82e  Hash Not Found
++    76b1f4de1522c20b67acc132937cf82e  Hash Not Found
+ 
+ You can even do both SHA-1 and MD5 if you want:
+ 
+-	# hfind \-i nsrl-sha1 /usr/local/hash/nsrl/NSRLFile.txt
++    # hfind \-i nsrl-sha1 /usr/local/hash/nsrl/NSRLFile.txt
+ 
+-	# hfind /usr/local/hash/nsrl/NSRLFile.txt
+-	76b1f4de1522c20b67acc132937cf82e
 -	80001A80B3F1B80076B297CEE8805AAA04E1B5BA
-+	80001A80B3F1B80076B297CEE8805AAA04E1B5BA 
++    # hfind /usr/local/hash/nsrl/NSRLFile.txt
++    76b1f4de1522c20b67acc132937cf82e
++    80001A80B3F1B80076B297CEE8805AAA04E1B5BA
+ 
+-	76b1f4de1522c20b67acc132937cf82e  Hash Not Found
++    76b1f4de1522c20b67acc132937cf82e  Hash Not Found
+ 
+-	80001A80B3F1B80076B297CEE8805AAA04E1B5BA  thrdcore.cpp
++    80001A80B3F1B80076B297CEE8805AAA04E1B5BA  thrdcore.cpp
+ 
+ To make a database of critical binaries of a trusted system, use 'md5sum':
+ 
+-	# md5sum /bin/* /sbin/* /usr/bin/* /usr/bin/* /usr/local/bin/* /usr/local/sbin/* > system.md5
++    # md5sum /bin/* /sbin/* /usr/bin/* /usr/bin/* /usr/local/bin/* /usr/local/sbin/* > system.md5
+ 
+-	# hfind \-i md5sum system.md5
++    # hfind \-i md5sum system.md5
+ 
+ To look entries up, the following will work:
+ 
+-	# hfind system.md5 76b1f4de1522c20b67acc132937cf82e
++    # hfind system.md5 76b1f4de1522c20b67acc132937cf82e
+ 
+-	76b1f4de1522c20b67acc132937cf82e  Hash Not Found
++    76b1f4de1522c20b67acc132937cf82e  Hash Not Found
+ 
+ or
+ 
+-	# md5sum \-q /bin/* | hfind system.md5
++    # md5sum \-q /bin/* | hfind system.md5
+ 
+-	928682269cd3edb1acdf9a7f7e606ff2  /bin/bash
++    928682269cd3edb1acdf9a7f7e606ff2  /bin/bash
+ 
+-	<...>
++    <...>
+ 
+ or
+ 
+-	# md5sum \-q /bin/* > bin.md5
++    # md5sum \-q /bin/* > bin.md5
+ 
+-	# hfind \-f bin.md5 system.md5
++    # hfind \-f bin.md5 system.md5
+ 
+-	928682269cd3edb1acdf9a7f7e606ff2  /bin/bash
++    928682269cd3edb1acdf9a7f7e606ff2  /bin/bash
+ 
+-	<...>
++    <...>
  
- 	76b1f4de1522c20b67acc132937cf82e  Hash Not Found
  
+ .SH "SEE ALSO"

-- 
debian-forensics/sleuthkit



More information about the forensics-changes mailing list