Hi Misc, I have an interactive shell program which has an authentication section and I want to login via my program. How can I do that?
Actually I want to run this program instead of /bin/ksh. I changed the root's
shell with "chsh -s /bin/{my_program} root" command. However, when the system
boots, firstly OpenBSD Login is coming and after that my program is running.
In short, I want to run an external program on startup without OpenBSD Login.

