Subject: Re: interesting problem?
To: None <rmk@rmkhome.com>
From: Martin Husemann <martin@duskware.de>
List: port-i386
Date: 07/09/2005 11:28:33
On Fri, Jul 08, 2005 at 11:03:33PM -0600, Rick Kelly wrote:
> init: single use shell terminated, restarting
> enter pathname of shell or hit enter for /bin/ksh

Just a side note: are you running a custom /sbin/init? Mine has /bin/sh as
default, which comes from <paths.h>:

#ifdef RESCUEDIR
#define _PATH_BSHELL    RESCUEDIR "/sh"
#define _PATH_CSHELL    RESCUEDIR "/csh"
#else
#define _PATH_BSHELL    "/bin/sh"
#define _PATH_CSHELL    "/bin/csh"
#endif

Martin