Re: [dev] [wiki] Add suckless init

2013-12-14 Thread YpN
Hiltjo Posthuma wrote: > I've been using runit-musl with the ignite scripts and it works really > well. I still need to replace udev with busybox mdev or smdev. > Links: > runit: http://smarden.org/runit/ > ignite: https://github.com/chneukirchen/ignite > conference talk about runit and ignite:

Re: [dev] [wiki] Add suckless init

2013-12-13 Thread FRIGN
On Fri, 13 Dec 2013 14:10:23 +0100 Hiltjo Posthuma wrote: > On Thu, Dec 12, 2013 at 2:35 PM, YpN wrote: > > > > I often read the "rocks" page on http://suckless.org and > > I like it. I found some useful programs. > > Do you think I could add a section about init? I know ignite > > and busybox i

Re: [dev] [wiki] Add suckless init

2013-12-13 Thread Hiltjo Posthuma
On Thu, Dec 12, 2013 at 2:35 PM, YpN wrote: > > I often read the "rocks" page on http://suckless.org and > I like it. I found some useful programs. > Do you think I could add a section about init? I know ignite > and busybox init, it might be interesting. I've been using runit-musl with the ignit

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread sin
On Thu, Dec 12, 2013 at 10:12:58AM -0500, Strake wrote: > On 12/12/2013, YpN wrote: > > Do you think I could add a section about init? I know ignite and busybox > > init, it might be interesting. > > Rich Felker, author of musl, wrote an init too, but I can't find it now. > > Here is mine, much

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread Strake
On 12/12/2013, YpN wrote: > Do you think I could add a section about init? I know ignite and busybox > init, it might be interesting. Rich Felker, author of musl, wrote an init too, but I can't find it now. Here is mine, much alike: https://github.com/strake/init/blob/master/init.c

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread Strake
On 12/12/2013, Strake wrote: > Rich Felker, author of musl, wrote an init too, but I can't find it now. Sorry, that ought to be "primary author".

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread YpN
> On Thu, Dec 12, 2013 at 08:53:27AM -0500, Bryan Bennett wrote: > > On Thu, Dec 12, 2013 at 8:46 AM, sin wrote: > > > David Galos wrote a small init which you might be interested in. > > > Check it out at: http://galos.no-ip.org/qinit > > > > This looks really interesting. I might try it out thi

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread sin
On Thu, Dec 12, 2013 at 08:53:27AM -0500, Bryan Bennett wrote: > On Thu, Dec 12, 2013 at 8:46 AM, sin wrote: > > David Galos wrote a small init which you might be interested in. > > Check it out at: http://galos.no-ip.org/qinit > > This looks really interesting. I might try it out this weekend. T

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread sin
On Thu, Dec 12, 2013 at 08:53:27AM -0500, Bryan Bennett wrote: > On Thu, Dec 12, 2013 at 8:46 AM, sin wrote: > > The busybox init code is far from pretty. I have not personally looked > > at ignite so I don't know. > > I'm personally using minirc[1] on a number of boxes (which makes use of > bus

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread patrick295767 patrick295767
Hi, This is definitely correct, - more than correct: "The busybox init code is far from pretty." I would not add it. Furthermore, it is a pretty slow application. On the other hand: Another application: Although the dependencies, I like the code of this application. I believe it is sort

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread Bryan Bennett
On Thu, Dec 12, 2013 at 8:46 AM, sin wrote: > The busybox init code is far from pretty. I have not personally looked > at ignite so I don't know. I'm personally using minirc[1] on a number of boxes (which makes use of busybox's init and busybox's mdev, or some implementation of udev, of which I'

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread sin
On Thu, Dec 12, 2013 at 02:35:11PM +0100, YpN wrote: > > Hi, > I often read the "rocks" page on http://suckless.org and > I like it. I found some useful programs. > Do you think I could add a section about init? I know ignite > and busybox init, it might be interesting. The busybox init code is

[dev] [wiki] Add suckless init

2013-12-12 Thread YpN
Hi, I often read the "rocks" page on http://suckless.org and I like it. I found some useful programs. Do you think I could add a section about init? I know ignite and busybox init, it might be interesting. Regards From Y.