Author: cmpilato
Date: Fri Jan 13 17:20:28 2012
New Revision: 1231195
URL: http://svn.apache.org/viewvc?rev=1231195&view=rev
Log:
Minor follow-up to r1231170, changing the `configure' option name.
* configure.ac
For clarity and consistency, rename --disable-plaintext-passwords to
--disable-plaintext-password-storage.
Suggested by: julianfoad
Modified:
subversion/trunk/configure.ac
Modified: subversion/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1231195&r1=1231194&r2=1231195&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Fri Jan 13 17:20:28 2012
@@ -793,8 +793,8 @@ if test "$svn_lib_kwallet" = "yes"; then
fi
dnl plaintext passwords -------------------
-AC_ARG_ENABLE(plaintext-passwords,
-AS_HELP_STRING([--disable-plaintext-passwords],
+AC_ARG_ENABLE(plaintext-password-storage,
+AS_HELP_STRING([--disable-plaintext-password-storage],
[Disable on-disk caching of plaintext passwords and passphrases.
(Leaving this functionality enabled will not force Subversion
to store passwords in plaintext, but does permit users to