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/04-change-manpage-level.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/04-change-manpage-level.patch')
-rw-r--r-- | testing/memdump/04-change-manpage-level.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/memdump/04-change-manpage-level.patch b/testing/memdump/04-change-manpage-level.patch new file mode 100644 index 0000000000..19c476de36 --- /dev/null +++ b/testing/memdump/04-change-manpage-level.patch @@ -0,0 +1,13 @@ +Description: moved manpage from level 1 to 8 because memdump is inside /usr/sbin. +Author: Joao Eriberto Mota Filho <eriberto@debian.org> +Last-Update: 2018-11-27 +Index: memdump/memdump.1 +=================================================================== +--- memdump.orig/memdump.1 ++++ memdump/memdump.1 +@@ -1,4 +1,4 @@ +-.TH MEMDUMP 1 ++.TH MEMDUMP 8 + .ad + .fi + .SH NAME |