[PC-BSD Commits] r17979 - pcbsd-projects/AD_4_PCBSD/krb
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 27 18:00:35 PDT 2012
Author: johnh
Date: 2012-07-28 01:00:35 +0000 (Sat, 28 Jul 2012)
New Revision: 17979
Modified:
pcbsd-projects/AD_4_PCBSD/krb/krbconf.c
Log:
Fix usage string.
Modified: pcbsd-projects/AD_4_PCBSD/krb/krbconf.c
===================================================================
--- pcbsd-projects/AD_4_PCBSD/krb/krbconf.c 2012-07-28 00:58:55 UTC (rev 17978)
+++ pcbsd-projects/AD_4_PCBSD/krb/krbconf.c 2012-07-28 01:00:35 UTC (rev 17979)
@@ -85,15 +85,7 @@
"Where options in:\n\n"
"\t-f <input file>\n"
"\t-o <output file>\n"
- "\t-m <(+|-|^)string>\n"
- "\n"
- "Examples:\n\n"
- "krbconf -f /etc/krb5.conf -m +appdefaults.pam.debug=true\n"
- "# Adds binding debug = true to the pam binding in the appdefaults section\n\n"
- "krbconf -f /etc/krb5.conf -m -logging.default\n"
- "# Removes the default binding from the logging section\n\n"
- "krbconf -f /etc/krb5.conf -m ^libdefaults.clockskew=300\n"
- "# Updates the clockscew binding to 300 in the libdefaults section\n\n"
+ "\t-m <(+|-|^)section.binding.name=value>\n\n"
);
More information about the Commits
mailing list