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.