Re: [PATCH] udhcp: Add config file option (code 209) definition

2013-11-12 Thread Denys Vlasenko
On Mon, Nov 4, 2013 at 12:00 PM, Jeremy Kerr j...@ozlabs.org wrote: @@ -128,6 +129,7 @@ const char dhcp_option_strings[] ALIGN1 = vlanid \0 /* DHCP_VLAN_ID*/ vlanpriority \0/* DHCP_VLAN_PRIORITY */ #endif + conffile \0/* DHCP_CONF_FILE */

Re: bootchartd: depends on tar -z functionality

2013-11-12 Thread Xabier Oneca -- xOneca
Hello, 2013/11/3 Thomas De Schampheleire patrickdepinguin+busy...@gmail.com: On Sun, Nov 3, 2013 at 12:08 AM, Denys Vlasenko vda.li...@googlemail.com wrote: On Wednesday 23 October 2013 15:57, Thomas De Schampheleire wrote: Hi, The bootchartd applet writes its results with 'tar -z' which

Re: [PATCH] awk: GNU extension -e

2013-11-12 Thread Denys Vlasenko
On Tue, Nov 5, 2013 at 12:55 PM, Sven-Göran Bergh svengbergh-busy...@yahoo.com wrote: Example: awk -f mylib.awk '{print myfunction($1);}' ... +g_progname = cmd. line; +#if ENABLE_FEATURE_AWK_GNU_EXTENSIONS +while (list_e) { /* -e */ +parse_program(llist_pop(list_e)); +} +

Re: Question about the installation directory of programs

2013-11-12 Thread Michael Conrad
On 11/8/2013 9:57 PM, ChenQi wrote: I'm asking this because our project may also need a separation of / and /usr. In other words, we need to make sure the system can still boot up for recovery and repair even if /usr is missing. As busybox is an important part of our system, I want to know

Re: Question about the installation directory of programs

2013-11-12 Thread Laurent Bercot
Install busybox at /bin and /sbin, and install all applets (either symlinks or hardlinks) in those dirs. Create /usr mountpoint. Make /usr/bin symlink to ../bin Make /usr/sbin symlink to ../sbin In your usr partition which gets mounted at /usr, make symlinks for each busybox applet to

Re: Please help me on ulimit cmd, thanks.

2013-11-12 Thread Laurent Bercot
I'm new to busybox, and I'm stuck on the shell builtin cmd ulimit which is used for configuring codedump on our embedded board. As you said, ulimit is a shell builtin, meaning it's a reserved word interpreted by the shell, not a busybox applet. It will not appear in the list of busybox