From 5f597efb193136feb78d5fdc24d03f4c7ebd1f1e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 Jun 1994 23:48:08 +0000 Subject: [PATCH] updated ,. --- PORTING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PORTING b/PORTING index 483bd84a7..85cd7c71a 100644 --- a/PORTING +++ b/PORTING @@ -19,8 +19,9 @@ 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 replace the call to tgetpass() in check.c -with getpass(). You'll lose the timeout feature but gain a working sudo. +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 you port sudo to a new architecture, please send your changes to sudo-bugs@cs.colorado.edu -- 2.40.0