From owner-freebsd-questions Mon Jul 10 12:46: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2116C37B73B for ; Mon, 10 Jul 2000 12:45:54 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA29410; Mon, 10 Jul 2000 14:45:47 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 14:45:47 -0500 From: Dan Nelson To: Paul Herman Cc: Steve Abraham , questions@FreeBSD.ORG Subject: Re: issue / issue.net Message-ID: <20000710144547.A29008@dan.emsphone.com> References: <396A24CA.9484F4F3@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Paul Herman" on Mon Jul 10 21:41:02 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Paul Herman said: > On Mon, 10 Jul 2000, Steve Abraham wrote: > > > Dan Nelson wrote: > > > > > > In the last episode (Jul 10), Steve Abraham said: > > > > Ah ha! > > > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > > doesn't display it... > > I can confirm this as well (4.0-STABLE). More strangely, there seem > to be two telnetd manpages. One in my base system (no mention of > gettytab), and one in /usr/src/libexec/telnetd which *does* mention > gettytab. No gettytab in the sources. :( > > I have a feeling the fix is recent, and the manpage was MFC'ed, but > not the code? Am cvsuping as we speak; investigating further... Aha! The non-crypto telnetd.c in /usr/src/libexec/telnetd has if= support, the crypto version in /usr/src/crypto/telnet/telnetd does not. So the simple fix is to install the non-crypto telnetd, since no-one uses telnet encryption anyway. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message