]> granicus.if.org Git - sudo/commitdiff
--with-getpass no longer exists
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 1999 12:34:01 +0000 (12:34 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 1999 12:34:01 +0000 (12:34 +0000)
PORTING

diff --git a/PORTING b/PORTING
index 7222ef1d902d803e34f7a8af338c379b300f9f4e..589373dce1da6fa7c5da9baccf98aa0d673b1f3e 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -33,10 +33,7 @@ Alternately, it may compile but not work (nothing happens at Password: prompt).
 It is possible that your C library contains a broken or unusable crypt()
 function--try linking with -lcrypt if that exists.  Another possibility
 is that select() is not fully functional; running configure with
---with-password-timeout=0 will disable the use of select().  If all else fails
-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.
-NOTE: S/Key and OPIE support will not work with most OS's getpass(3) routine.
+--with-password-timeout=0 will disable the use of select().
 
 If you are trying to port to a system without standard Berkeley
 networking you may find that interfaces.c will not compile.  This