]> granicus.if.org Git - sudo/commitdiff
updated tgetpass() blurb
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jun 1994 20:38:23 +0000 (20:38 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jun 1994 20:38:23 +0000 (20:38 +0000)
PORTING

diff --git a/PORTING b/PORTING
index 85cd7c71ac2cb2ded4ae544dd285dad2f4cfc010..a60827893f34ebf01dc19c75256cba6491a32c2f 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -19,9 +19,10 @@ allow one to change the shared library path.  See clean_env() for examples
 for this for various OS's.
 
 It is possible that on a really weird system, tgetpass() may not compile.
-If this is the case you can define USE_GETPASS in config.h.  You'll lose
-the timeout feature but gain a working sudo.  Actually, in beta8 the
-system getpass() is used by default.  This will change in the beta9.
+If this is the case you can run configure with the --with-getpass flag
+to use the system getpass().  You'll lose the timeout feature but gain a
+working sudo.  Alternately, you can define USE_GETPASS in config.h and
+remove tgetpass.o from LIBS in the Makefile.
 
 If you port sudo to a new architecture, please send your changes to
     sudo-bugs@cs.colorado.edu