From: Robin H. Johnson Date: Fri, 7 Oct 2011 00:33:13 +0000 (+0000) Subject: Fix patch typo that broke compile. X-Git-Tag: v3.4.19~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=90b944fe4e57a7686123e881e36b00f81aab08ad;p=genkernel.git Fix patch typo that broke compile. Signed-off-by: Robin H. Johnson --- diff --git a/ChangeLog b/ChangeLog index d4fb6a0..3bf74d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 07 Oct 2011; Robin H. Johnson + patches/busybox/1.18.1/1.18.1-mdstart.diff: + Fix patch typo that broke compile. + 22 Sept 2011; Robin H. Johnson defaults/initrd.scripts, defaults/linuxrc: Fix trailing backtick and root-on-LVM. diff --git a/patches/busybox/1.18.1/1.18.1-mdstart.diff b/patches/busybox/1.18.1/1.18.1-mdstart.diff index 6e4bf3f..d4e1d77 100644 --- a/patches/busybox/1.18.1/1.18.1-mdstart.diff +++ b/patches/busybox/1.18.1/1.18.1-mdstart.diff @@ -24,7 +24,7 @@ diff -pruN a/include/usage.src.h mdstart/include/usage.src.h +#define mdstart_trivial_usage \ + "{[PARTITION] MD-NODE}..." +#define mdstart_full_usage \ -+ Run the RAID_AUTORUN ioctl on the given MD number" ++ "Run the RAID_AUTORUN ioctl on the given MD number" + #define dmesg_trivial_usage \ "[-c] [-n LEVEL] [-s SIZE]"