From: Russ Allbery Date: Thu, 5 Dec 2013 01:33:01 +0000 (-0800) Subject: Fix leading comment in tests/data/make-krb5-conf X-Git-Tag: release/2.2~21 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=ed0f6c6fb12313a6bc3101d79aa342de89c28608;p=kerberos%2Fkrb5-strength.git Fix leading comment in tests/data/make-krb5-conf It wasn't correctly describing the new capability for adding arbitrary key/value pairs. --- diff --git a/tests/data/make-krb5-conf b/tests/data/make-krb5-conf index ebea963..abff6d1 100755 --- a/tests/data/make-krb5-conf +++ b/tests/data/make-krb5-conf @@ -1,8 +1,8 @@ #!/bin/sh # -# Generate a krb5.conf file with an [appdefault] password_dictionary setting -# pointing to the password dictionary we generated for the build. This script -# is used by C tests to set up the environment. +# Generate a krb5.conf file with an [appdefault] krb5-strength section that +# contains all the key/value pairs given on the command line. This script is +# used by C tests to set up the environment. # # Written by Russ Allbery # Copyright 2009, 2013