Subject: Re: which init? (Was Re: HEADS UP: fully dynamic linked system now the default)
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 09/26/2002 22:29:04
On Thu, Sep 26, 2002 at 10:21:48PM +0200, Jaromir Dolecek wrote:

> Doesn't actually matter too much - the user could just run their
> specially adjusted init (the source is available, after all).

Right. I think I've used something like this as /sbin/init:

--8<--
#! /bin/sh
exec /bin/sh < /dev/console > /dev/console 2>&1
-->8--

Martin