From 89853c290fd822a88c56150dde50aaa1421c0c8c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:43:00 +0200 Subject: Adding debian version 4.2-5. Signed-off-by: Daniel Baumann --- debian/patches/fix-command-line-help.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/fix-command-line-help.patch (limited to 'debian/patches/fix-command-line-help.patch') diff --git a/debian/patches/fix-command-line-help.patch b/debian/patches/fix-command-line-help.patch new file mode 100644 index 0000000..dd7ae3d --- /dev/null +++ b/debian/patches/fix-command-line-help.patch @@ -0,0 +1,18 @@ +Description: Make command-line help consistent with manual page. + Mode was missing. +Author: Felix Lechner +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932791 +Forwarded: no +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ReadMe.c ++++ b/ReadMe.c +@@ -477,7 +477,7 @@ char Help_assemble[] = + ; + + char Help_manage[] = +-"Usage: mdadm arraydevice options component devices...\n" ++"Usage: mdadm [mode] arraydevice [options] \n" + "\n" + "This usage is for managing the component devices within an array.\n" + "The --manage option is not needed and is assumed if the first argument\n" -- cgit v1.2.3