Re: [dev] simple dhcp client

2012-04-20 Thread Strake
On 20/04/2012, pancake wrote: > lot of suckless tools exist nowadays.. mostly prefixed by 's'.. like star, > sdhcp.. i would love to ser them all grouped in a single repo, site or linux > distro. as far as we have 9base and musl can fill the gaps to have a fully > suckless distro. > > i think that

Re: [dev] simple dhcp client

2012-04-20 Thread Galos, David
> 1) do you have a public repository?  If not, I'm sure we can get you on > hg.suckless, or if you prefer git I can set you up on my server. I don't have a public repository. I'd be fine with this going on hg.suckelss, but if it can't, it's probably not too hard to set one up. > 2) how do you fee

Re: [dev] simple dhcp client

2012-04-20 Thread Lee Fallat
I too would love to see a distro with the suckless tools. Imagine how efficient it would be? The next thing we need is a suckless X replacement, heh. On Fri, Apr 20, 2012 at 9:49 AM, pancake wrote: > lot of suckless tools exist nowadays.. mostly prefixed by 's'.. like star, > sdhcp.. i would lov

Re: [dev] simple dhcp client

2012-04-20 Thread pancake
lot of suckless tools exist nowadays.. mostly prefixed by 's'.. like star, sdhcp.. i would love to ser them all grouped in a single repo, site or linux distro. as far as we have 9base and musl can fill the gaps to have a fully suckless distro. i think that those commands should get the standard

Re: [dev] simple dhcp client

2012-04-19 Thread Christoph Lohmann
Greetings. On Fri, 20 Apr 2012 07:38:40 +0200 Kai Hendry wrote: > I know this is very lazy of me, though it would be good if you could > have hints how to integrate it say with a typical Archlinux system and > its /etc/network.d > https://wiki.archlinux.org/index.php/Netcfg Netcfg is hardwire

Re: [dev] simple dhcp client

2012-04-19 Thread Christoph Lohmann
Greetings. On Fri, 20 Apr 2012 07:27:13 +0200 "Galos, David" wrote: > I've written a simple (~500 lines) dhcp client, using the plan9 client > as reference. It compiles statically to between 8 and 30K depending > on libc, and gets me onto all the networks I've thrown at it, but > that's a terri

Re: [dev] simple dhcp client

2012-04-19 Thread Kurt H Maier
On Thu, Apr 19, 2012 at 05:40:31PM -0500, Galos, David wrote: > I've written a simple (~500 lines) dhcp client, using the plan9 client > as reference. It compiles statically to between 8 and 30K depending > on libc, and gets me onto all the networks I've thrown at it, but > that's a terribly small

Re: [dev] simple dhcp client

2012-04-19 Thread Galos, David
> I'll gladly test this out on my netbook on different networks. I'll report > back in a weekish : ) Thanks a lot! I'm looking forward to it.

Re: [dev] simple dhcp client

2012-04-19 Thread Kurt H Maier
On Fri, Apr 20, 2012 at 09:59:05AM +0800, Kai Hendry wrote: > I know this is very lazy of me, though it would be good if you could > have hints how to integrate it say with a typical Archlinux system and > its /etc/network.d > https://wiki.archlinux.org/index.php/Netcfg > for the love of christ,

Re: [dev] simple dhcp client

2012-04-19 Thread Kai Hendry
I know this is very lazy of me, though it would be good if you could have hints how to integrate it say with a typical Archlinux system and its /etc/network.d https://wiki.archlinux.org/index.php/Netcfg

Re: [dev] simple dhcp client

2012-04-19 Thread Lee Fallat
I'll gladly test this out on my netbook on different networks. I'll report back in a weekish : ) On Thu, Apr 19, 2012 at 6:40 PM, Galos, David wrote: > I've written a simple (~500 lines) dhcp client, using the plan9 client > as reference. It compiles statically to between 8 and 30K depending > on

[dev] simple dhcp client

2012-04-19 Thread Galos, David
I've written a simple (~500 lines) dhcp client, using the plan9 client as reference. It compiles statically to between 8 and 30K depending on libc, and gets me onto all the networks I've thrown at it, but that's a terribly small list. I thought it might be of use to the people here. The source is