diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-25 17:09:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-25 17:10:34 +0000 |
commit | 8316cbf08ce1cd88ed422f4966b771b82bd35b26 (patch) | |
tree | cebc46d9cfbb0918b64c98114fe538c96264b1e4 | |
parent | Removing documentation-keys-in-service-files.patch, included upstream. (diff) | |
download | mdadm-8316cbf08ce1cd88ed422f4966b771b82bd35b26.tar.xz mdadm-8316cbf08ce1cd88ed422f4966b771b82bd35b26.zip |
Removing fix-command-line-help.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/fix-command-line-help.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/fix-command-line-help.patch b/debian/patches/fix-command-line-help.patch deleted file mode 100644 index dd7ae3d..0000000 --- a/debian/patches/fix-command-line-help.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Make command-line help consistent with manual page. - Mode was missing. -Author: Felix Lechner <felix.lechner@lease-up.com> -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] <component devices...>\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" diff --git a/debian/patches/series b/debian/patches/series index 2d6268c..3fcae35 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ fix-manpages.patch -fix-command-line-help.patch mdmonitor-service-simplify.diff host-name-in-default-mailfrom.patch exit-gracefully-when-md-device-not-found.patch |