From: Todd C. Miller Date: Thu, 22 Jul 1999 12:34:01 +0000 (+0000) Subject: --with-getpass no longer exists X-Git-Tag: SUDO_1_6_0~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27456c3921d2f0d8b4d9e5cc3a44f299e25c1483;p=sudo --with-getpass no longer exists --- diff --git a/PORTING b/PORTING index 7222ef1d9..589373dce 100644 --- 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