Fix patch typo that broke compile.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
cleanup-cruft
Robin H. Johnson 13 years ago
parent 7fdfe0eee8
commit 90b944fe4e

@ -5,6 +5,10 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $Id$
07 Oct 2011; Robin H. Johnson <robbat2@gentoo.org>
patches/busybox/1.18.1/1.18.1-mdstart.diff:
Fix patch typo that broke compile.
22 Sept 2011; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts, 22 Sept 2011; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
defaults/linuxrc: defaults/linuxrc:
Fix trailing backtick and root-on-LVM. Fix trailing backtick and root-on-LVM.

@ -24,7 +24,7 @@ diff -pruN a/include/usage.src.h mdstart/include/usage.src.h
+#define mdstart_trivial_usage \ +#define mdstart_trivial_usage \
+ "{[PARTITION] MD-NODE}..." + "{[PARTITION] MD-NODE}..."
+#define mdstart_full_usage \ +#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 \ #define dmesg_trivial_usage \
"[-c] [-n LEVEL] [-s SIZE]" "[-c] [-n LEVEL] [-s SIZE]"

Loading…
Cancel
Save