Login to embedded System

Hi,

I have created an embedded system running QNX 6.2. My .boot script starts up a single shell with a login prompt. Everything works fine and the user can log in, but after they log out, the login prompt does not return and the shell is gone? How can I make it so that another user can log in after the first has logged out? Is there a logout script that I can use to start another login prompt?

Thanks.

Here is how I am starting the shell with login in my script:

Start up a console

devc-con  &
reopen /dev/con1
[+session] login -p

James Harriman
v38zy@unb.ca

Look up tinit in the on-line docs.