Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!greep@su-dsn From: greep%su-dsn@sri-unix.UUCP Newsgroups: net.unix Subject: Re: Invisible Login Message-ID: <13144@sri-arpa.UUCP> Date: Sun, 30-Oct-83 23:25:00 EST Article-I.D.: sri-arpa.13144 Posted: Sun Oct 30 23:25:00 1983 Date-Received: Thu, 3-Nov-83 23:29:54 EST Lines: 9 If you don't need the features of getty (eg detecting upper-case only terminals) or login (accounting and creating an entry in utmp), and if what you want is one tty line (I assume that's what you mean by "port") to always run the same program, then instead of trying to fake a login, you could disable that line for logins and put an entry in /etc/rc that starts up your program talking to that line. If the program is one that could possibly terminate, then you could instead start up a shell file which just runs that program in a loop, so that if it exits, a new copy starts up again. (You would probably also want it to change the uid.)