RE: udhcpc -x hostname: not working on nommu

2017-05-09 Thread Ian Burns
> How about this: > > --- a/networking/udhcp/dhcpc.c > +++ b/networking/udhcp/dhcpc.c > @@ -1365,6 +1365,8 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv) > /* now it looks similar to udhcpd's config file line: > * "optname optval", using the common routine:

Re: [PATCH] sysklogd: add -Z option to adjust message timezones

2017-05-09 Thread Shiz
> On 9 May 2017, at 09:35, walter harms wrote: > > Since this is a musl (only ?) feature i would suggest > to make that selectable. > > re, > wh I wouldn’t peg this as a musl-only feature — in fact, their argument seems to be that this is the only way a POSIX-conformant syslog() can behave, as

ash buildin "read" interrupted on SIGCHLD

2017-05-09 Thread Guido Classen
Hi, I've observed some strange behavior in ash buildin "read" when a SIGCHLD arrives in current busybox. old behavior on busybox 1.24.2 ash (same behavior also on Debian bash and dash) sleep 1& read x => waits for ever until input is given new behavior on busybox sleep 1& read x [1

Re: [PATCH] sysklogd: add -Z option to adjust message timezones

2017-05-09 Thread walter harms
Since this is a musl (only ?) feature i would suggest to make that selectable. re, wh Am 08.05.2017 23:45, schrieb Shiz: > Some syslog() implementations like musl's[1] always send timestamps in UTC. > This change adds a new option to syslogd, -Z, to assume incoming timestamps > are always UTC an