Re: Death of init != death of kernel?

Harald Milz (milz@seneca.muc.de)
23 Aug 1998 17:23:30 GMT


David Woodhouse <David.Woodhouse@mvhi.com> wrote:
> Furthermore, it breaks machines that I've set up where /sbin/init is a script
> along the lines of...

> #!/bin/sh
> /sbin/ifconfig eth0 192.168.0.0 netmask 255.255.255.0
> /sbin/ifconfig eth1 192.168.1.0 netmask 255.255.255.0
> /sbin/sysctl-ipforward on

workaround:

while : ; do
sleep 600
done

-- 
A language that doesn't affect the way you think about programming is
not worth knowing.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html