Re: multiple pipes shell problem

2011-12-14 Thread Bob Dunlop
On Tue, Dec 13 at 06:26, Denys Vlasenko wrote: > On Mon, Dec 12, 2011 at 7:36 PM, Smith, Stephen wrote: > > Answering my own question for the search record... > > > > Building busybox with static binary (no shared libs) set did the trick. > > This should not make any difference... :( > Against wh

[PATCH] ifupdown: remove interface from state_list if iface_up fails

2011-12-14 Thread Lauri Hintsala
Fix the issue where interface is set to the configured state even if configuration has been failed. Add error check to state setting logic. Signed-off-by: Lauri Hintsala --- Tested with following command line sequence. Wihtout patch: $ ifup eth0 udhcpc (v1.18.5) started Sending discover... Sendi

[PATCH] Remove CONFIG_LFS for Android since it ignores _LARGEFILE_SOURCE

2011-12-14 Thread Daniel Fandrich
The sanity check added in 1dc80bae make Bionic compiles fail otherwise. Signed-off-by: Daniel Fandrich --- configs/android_defconfig |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/android_defconfig b/configs/android_defconfig index f1263b9..13cf65d 100644