Re: [Toybox] Patches for toybox-0.4.8

2014-06-30 Thread Rob Landley
On 06/23/14 10:35, luck...@vp.pl wrote: > I created own build system for small linux distributions. I had to write > two patches for your > toybox-0.4.8. First patch fixes display of the id toy. Second patch > fixes sigsegv of the which > toy for the unset PATH variable of environment. These patche

Re: [Toybox] getty questions.

2014-06-30 Thread Rob Landley
On 06/29/14 22:48, Avery Pennarun wrote: > On Sun, Jun 29, 2014 at 10:19 AM, Rob Landley wrote: >> Looking at getty, it has a lot of modem support, including autodetecting >> the rate of incoming modem connections from the "CONNECT" message. >> >> Do you actually have a use case for this? Are ther

Re: [Toybox] [CLEANUP] makedevs

2014-06-30 Thread Rob Landley
In the absence of a response to wednesday's request for makedevs tests, I just used: # #bcdfp /blah d 755 0 500 /blah/block b 600 0 0 /blah/char c 666 500 500 1 5 3 2 4 /blah/pipe p 777 500 0 Under aboriginal linux, and fixed up the bugs I saw doing that. Seems to work for me, so I prom