diff options
author | Niklas Cathor <niklas.cathor@gmx.de> | 2020-04-08 15:26:05 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-10 09:03:15 +0000 |
commit | b58feaab7a22d8ddf49a6929fc4579929b7ee5bd (patch) | |
tree | 6b15ad0f27bf5fb125255a36e6d8a64b86ce2050 /testing/memdump/05-fix-option-manpage.patch | |
parent | 2edb15dec95097e45c960d433bc3bd9ffb99d4ea (diff) | |
download | aports-b58feaab7a22d8ddf49a6929fc4579929b7ee5bd.tar.bz2 aports-b58feaab7a22d8ddf49a6929fc4579929b7ee5bd.tar.xz |
testing/memdump: new aport
http://www.porcupine.org/forensics/tct.html
utility to dump memory contents to standard output
Diffstat (limited to 'testing/memdump/05-fix-option-manpage.patch')
-rw-r--r-- | testing/memdump/05-fix-option-manpage.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/memdump/05-fix-option-manpage.patch b/testing/memdump/05-fix-option-manpage.patch new file mode 100644 index 0000000000..2ffe2b9e9c --- /dev/null +++ b/testing/memdump/05-fix-option-manpage.patch @@ -0,0 +1,17 @@ +Description: fix manpage, changing -d by -s. Thanks to Andrew Kvalheim. +Author: Joao Eriberto Mota Filho <eriberto@debian.org> +Bug-Ubuntu: https://launchpad.net/bugs/784353 +Last-Update: 2018-11-27 +Index: memdump/memdump.1 +=================================================================== +--- memdump.orig/memdump.1 ++++ memdump/memdump.1 +@@ -52,7 +52,7 @@ uses the \fIpage_size\fR value. + .sp + Warning: a too large read buffer size causes memory to be missed on + FreeBSD or Solaris. +-.IP "\fB-d \fIdump-size\fR (default: 0)" ++.IP "\fB-s \fIdump-size\fR (default: 0)" + Number of memory bytes to dump. By default, the program runs + until the memory device reports an end-of-file (Linux), or until + it has dumped from \fB/dev/mem\fR as much memory as reported present |