public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] util-linux: Ship hexdump
@ 2021-10-10 12:57 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-10-10 12:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]

This is a handy tool which can help debugging any problems and should be
part of the distribution.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/common/aarch64/util-linux | 2 +-
 config/rootfiles/common/armv6l/util-linux  | 2 +-
 config/rootfiles/common/i586/util-linux    | 2 +-
 config/rootfiles/common/x86_64/util-linux  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/aarch64/util-linux b/config/rootfiles/common/aarch64/util-linux
index cb5c4ef54..9f4b9866d 100644
--- a/config/rootfiles/common/aarch64/util-linux
+++ b/config/rootfiles/common/aarch64/util-linux
@@ -57,7 +57,7 @@ usr/bin/eject
 usr/bin/fallocate
 usr/bin/flock
 usr/bin/getopt
-#usr/bin/hexdump
+usr/bin/hexdump
 usr/bin/ionice
 #usr/bin/ipcmk
 #usr/bin/ipcrm
diff --git a/config/rootfiles/common/armv6l/util-linux b/config/rootfiles/common/armv6l/util-linux
index 8bde3a73a..d32ed5256 100644
--- a/config/rootfiles/common/armv6l/util-linux
+++ b/config/rootfiles/common/armv6l/util-linux
@@ -57,7 +57,7 @@ usr/bin/eject
 usr/bin/fallocate
 usr/bin/flock
 usr/bin/getopt
-#usr/bin/hexdump
+usr/bin/hexdump
 usr/bin/ionice
 #usr/bin/ipcmk
 #usr/bin/ipcrm
diff --git a/config/rootfiles/common/i586/util-linux b/config/rootfiles/common/i586/util-linux
index bcfe1ef26..55cc7ecb7 100644
--- a/config/rootfiles/common/i586/util-linux
+++ b/config/rootfiles/common/i586/util-linux
@@ -57,7 +57,7 @@ usr/bin/eject
 usr/bin/fallocate
 usr/bin/flock
 usr/bin/getopt
-#usr/bin/hexdump
+usr/bin/hexdump
 #usr/bin/i386
 usr/bin/ionice
 #usr/bin/ipcmk
diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux
index 425e4a15c..0c731e66a 100644
--- a/config/rootfiles/common/x86_64/util-linux
+++ b/config/rootfiles/common/x86_64/util-linux
@@ -57,7 +57,7 @@ usr/bin/eject
 usr/bin/fallocate
 usr/bin/flock
 usr/bin/getopt
-#usr/bin/hexdump
+usr/bin/hexdump
 #usr/bin/i386
 usr/bin/ionice
 #usr/bin/ipcmk
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-10 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 12:57 [PATCH] util-linux: Ship hexdump Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox