From ddb999c30618cabcb233744503558ddd004eeb19 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 24 Aug 1998 11:11:14 +0000 Subject: [PATCH] change /usr/athena/bin/login to /usr/heimdal/bin/login git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5132 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/install.texi | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/install.texi b/doc/install.texi index 6b47d8a27..69117fe25 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -71,9 +71,6 @@ one-time passwords (OTP). Use this option to disable that support. @pindex login There is a login program in the distribution, but it isn't built by -default, and might not work as expected. Instead, @code{telnetd} will -try to use the @code{login} found in the @file{/usr/athena/bin} -directory. If you don't have a working login program there (it should -grok the @samp{-f} flag), you can either start telnetd with the -@samp{-L} flag, or edit the definition of @code{BINDIR} in -@file{telnetd.h}. +default, and might not work as expected. The @code{telnetd} still +expects to find a login in @file{/usr/heimdal/bin}, so you'll have to +copy your favourite login program there, or use the @samp{-L} flag.