]> granicus.if.org Git - sudo/commitdiff
Don't print getspwuid as an auth method.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2010 16:19:54 +0000 (12:19 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2010 16:19:54 +0000 (12:19 -0400)
--HG--
branch : 1.7

configure
configure.in

index 960060880e0663fb2152903bc6ed48721173817f..f6190623ca7d9a46df6654276a625dd0ead51de3 100755 (executable)
--- a/configure
+++ b/configure
@@ -18410,7 +18410,7 @@ yes|maybe)
     ;;
 esac
 AUTH_OBJS=${AUTH_OBJS# }
-_AUTH=`echo "$AUTH_OBJS" | sed 's/\.o//g'`
+_AUTH=`echo "$AUTH_OBJS" | sed -e 's/\.o//g' -e 's/getspwuid *//'`
 { $as_echo "$as_me:${as_lineno-$LINENO}: using the following authentication methods: $_AUTH" >&5
 $as_echo "$as_me: using the following authentication methods: $_AUTH" >&6;}
 
index 4dfdf37f46f8e6a062b3c878497c08656cad686e..af6e7fb8f8c27922e66a59baa87c39c7986174da 100644 (file)
@@ -2734,7 +2734,7 @@ yes|maybe)
     ;;
 esac
 AUTH_OBJS=${AUTH_OBJS# }
-_AUTH=`echo "$AUTH_OBJS" | sed 's/\.o//g'`
+_AUTH=`echo "$AUTH_OBJS" | sed -e 's/\.o//g' -e 's/getspwuid *//'`
 AC_MSG_NOTICE([using the following authentication methods: $_AUTH])
 
 dnl