# HG changeset patch # User Paul Eggert # Date 859142763 0 # Node ID a40eff0f724c4370537ce1fd2e8ecb6dd4898870 # Parent 4604d19bd730ebc850d5e3c230d0aa052677f41f (initialize_fullname): Set NIS_PATH to the empty string before invoking nismatch, in case it's set to some nonstandard value. diff -r 4604d19bd730 -r a40eff0f724c lib-src/=rcs2log --- a/lib-src/=rcs2log Sat Mar 22 23:59:53 1997 +0000 +++ b/lib-src/=rcs2log Sun Mar 23 18:46:03 1997 +0000 @@ -28,7 +28,7 @@ Report bugs to .' -Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $' +Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. @@ -405,7 +405,7 @@ ( cat /etc/passwd for author in $authors - do nismatch $author passwd.org_dir + do NIS_PATH= nismatch $author passwd.org_dir done ypmatch $authors passwd ) 2>/dev/null | diff -r 4604d19bd730 -r a40eff0f724c lib-src/rcs2log --- a/lib-src/rcs2log Sat Mar 22 23:59:53 1997 +0000 +++ b/lib-src/rcs2log Sun Mar 23 18:46:03 1997 +0000 @@ -28,7 +28,7 @@ Report bugs to .' -Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $' +Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. @@ -405,7 +405,7 @@ ( cat /etc/passwd for author in $authors - do nismatch $author passwd.org_dir + do NIS_PATH= nismatch $author passwd.org_dir done ypmatch $authors passwd ) 2>/dev/null |