aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-10-07 00:33:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-10-07 00:33:13 +0000
commit90b944fe4e57a7686123e881e36b00f81aab08ad (patch)
tree0290af15807f5027c5fb3ce64b1c7d0dcc1eb846
parentMissed Changelog update before. (diff)
downloadgenkernel-90b944fe4e57a7686123e881e36b00f81aab08ad.tar.gz
genkernel-90b944fe4e57a7686123e881e36b00f81aab08ad.tar.bz2
genkernel-90b944fe4e57a7686123e881e36b00f81aab08ad.zip
Fix patch typo that broke compile.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--ChangeLog4
-rw-r--r--patches/busybox/1.18.1/1.18.1-mdstart.diff2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4fb6a01..3bf74d00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
# Distributed under the GPL v2
# $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,
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 6e4bf3fc..d4e1d77b 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]"