Xref: utzoo comp.unix.questions:30637 comp.protocols.tcp-ip:15769 Newsgroups: comp.unix.questions,comp.protocols.tcp-ip Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!mintaka!wookumz.gnu.ai.mit.edu!splee From: splee@wookumz.gnu.ai.mit.edu (Seng-Poh Lee, Speedy) Subject: Re: How to change the login message of telnetd? (Summary) Message-ID: <1991Apr22.212846.22137@mintaka.lcs.mit.edu> Keywords: telnetd, tcp-ip, login message Sender: news@mintaka.lcs.mit.edu Organization: FSF Guest Machines References: <1991Apr19.143745.14498@mintaka.lcs.mit.edu> <1991Apr22.182850.24306@cbnewsk.att.com> Distribution: na Date: Mon, 22 Apr 91 21:28:46 GMT Lines: 10 Thanks to all of those who responded suggesting the gettydefs or gettytabs file, but that only does it for a serial login. It doesn't work for a telnet login. The solution turns out to be replacing the telnetd entry in inetd.conf with a script file which first puts out the message and then execs telnetd. This works, I tried it. -- Seng-Poh Lee splee@gnu.ai.mit.edu