Automatic Login with Multiscreens

William E. Davidsen Jr davidsen at steinmetz.steinmetz.UUCP
Sat Mar 5 00:56:33 AEST 1988


In article <10538 at mimsy.UUCP> meyer at mimsy.UUCP (John R. Meyer) writes:
| [...]
| 	I would like to be able to boot my SCO XENIX-286 2.2 system
| and automatically have certain users logged in on multiscreens
| 9-12.  Does anyone have any idea how I can do this?

  I can give you half a solution... in the .profile you can start
another copy of shell which is running on the other virtual terminal.
The line looks like:
  /bin/sh </dev/tty10 >/dev/tty10 2>&1 &

  The problem (I *said* it was half a solution) is that the interrupt
key doesn't work. I just gave up and implemented a hack that allows me
to sign in on a number of VT's and kill them all when the master login
ends. This allows me to live with the problem, although I would really
like to do just what you said.
-- 
	bill davidsen		(wedu at ge-crd.arpa)
  {uunet | philabs | seismo}!steinmetz!crdos1!davidsen
"Stupidity, like virtue, is its own reward" -me



More information about the Comp.unix.xenix mailing list