Re: init question

2000-06-14 Thread Tom Glass
Bruce Sass wrote: > > On Wed, 14 Jun 2000, Tom Glass wrote: > > > I'm attempting to modify runlevel 5 to start my own app. As a start, I > > deleted all links from /etc/rc5.d and replaced them with links copied in > > from /etc/rc1.d. (i copied rc5.d into m

init question

2000-06-14 Thread Tom Glass
I'm attempting to modify runlevel 5 to start my own app. As a start, I deleted all links from /etc/rc5.d and replaced them with links copied in from /etc/rc1.d. (i copied rc5.d into my home directory first in case I need it later). I thought when I did this that init 5 would now behave exactly a

can I boot without password?

2000-06-13 Thread Tom Glass
I'm developing an app to run on an embedded system. There will not be a keyboard, so I need to have the system boot (single user, no x-windows) without requiring a password. I'm using the corel release. can anyone help? Tom