diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-27 11:50:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-27 11:50:37 +0000 |
commit | d3c4f6f02f6a4b2bca35c3b8c2b8dfdc10fd139d (patch) | |
tree | 336459b49aff9a4c4633874bf594a0c5aa80cad3 /package/busybox | |
parent | 20773069b8dafcfbc4bf4f44e076e70c98f07d9c (diff) | |
download | upstream-d3c4f6f02f6a4b2bca35c3b8c2b8dfdc10fd139d.tar.gz upstream-d3c4f6f02f6a4b2bca35c3b8c2b8dfdc10fd139d.tar.bz2 upstream-d3c4f6f02f6a4b2bca35c3b8c2b8dfdc10fd139d.zip |
package/busybox: refresh patches
SVN-Revision: 21185
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/patches/000-upstream-sed.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/busybox/patches/000-upstream-sed.patch b/package/busybox/patches/000-upstream-sed.patch index 56d2304d2b..9842cc86b0 100644 --- a/package/busybox/patches/000-upstream-sed.patch +++ b/package/busybox/patches/000-upstream-sed.patch @@ -1,6 +1,5 @@ -diff -urpN busybox-1.16.1/editors/sed.c busybox-1.16.1-sed/editors/sed.c ---- busybox-1.16.1/editors/sed.c 2010-03-28 13:43:35.000000000 -0400 -+++ busybox-1.16.1-sed/editors/sed.c 2010-04-20 13:33:26.301975462 -0400 +--- a/editors/sed.c ++++ b/editors/sed.c @@ -936,7 +936,15 @@ static void process_files(void) /* Skip blocks of commands we didn't match */ if (sed_cmd->cmd == '{') { @@ -27,9 +26,8 @@ diff -urpN busybox-1.16.1/editors/sed.c busybox-1.16.1-sed/editors/sed.c goto discard_line; /* Read file, append contents to output */ -diff -urpN busybox-1.16.1/testsuite/sed.tests busybox-1.16.1-sed/testsuite/sed.tests ---- busybox-1.16.1/testsuite/sed.tests 2010-03-19 22:58:07.000000000 -0400 -+++ busybox-1.16.1-sed/testsuite/sed.tests 2010-04-20 13:33:26.301975462 -0400 +--- a/testsuite/sed.tests ++++ b/testsuite/sed.tests @@ -248,4 +248,14 @@ testing "sed beginning (^) matches only ">/usr</>lib<\n" "" \ "/usr/lib\n" |