Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!wuarchive!uunet!mcsun!hp4nl!dri500!slootman From: slootman@dri.nl (Paul Slootman) Newsgroups: comp.unix.xenix.sco Subject: Re: Login prompt change (for telnet) Keywords: login,telnet Message-ID: <1066@dri500.dri.nl> Date: 23 May 91 15:12:34 GMT References: <9020@ucdavis.ucdavis.edu> Organization: DataCount Register Informatici, Wierden, The Netherlands Lines: 25 benson@iris.eecs.ucdavis.EDU (Gregory D. Benson) writes: >I want to add a message before the login prompt to something > >Type "guest" to enter system >login: > >I have found a file /etc/issue that allows me to do this >for direct connect serial lines. But it doesn't work >for telnet sessions (which is really what I need). > [deleted] > >I am running SCO UNIX SYSV 3.2 (386). Doing a quick strings /etc/telnetd | grep etc gives me (amongst other things) /etc/telbanner and yes, the contents of this file (if present) will be displayed before the "login:". You were right; it's simple. (I find strings one of the most useful commands for finding out this type of thing.) Paul.