From ed0f6c6fb12313a6bc3101d79aa342de89c28608 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 4 Dec 2013 17:33:01 -0800 Subject: [PATCH] Fix leading comment in tests/data/make-krb5-conf It wasn't correctly describing the new capability for adding arbitrary key/value pairs. --- tests/data/make-krb5-conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2