Path: utzoo!utgpu!water!watmath!clyde!bellcore!tness7!bellboy!hack From: hack@bellboy.UUCP (Greg Hackney) Newsgroups: comp.unix.microport Subject: Re: /etc/issue Message-ID: <1011@bellboy.UUCP> Date: 11 May 88 13:30:41 GMT References: <485@micropen> Reply-To: hack@bellboy.UUCP (Greg Hackney) Organization: home Lines: 15 In article <485@micropen> dave@micropen.UUCP writes: >Does anyone know (or care) why /etc/login does not print /etc/issue >as it is supposed to? It worked on SV/AT but fails on SV/386. It >is "nice" to identify which machine this way. Any pointers? >David F. Carlson, Micropen, Inc. Put it in the /etc/gettydefs file, i.e. 19200# B19200 HUPCL PARENB CS7 #B19200 SANE HUPCL IXANY #micropen!login: #19200 Or, if you want it on 2 lines like /etc/issue does, I think this will work: 19200# B19200 HUPCL PARENB CS7 #B19200 SANE HUPCL IXANY #micropen\rlogin: #19200 -- Greg