Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 706 Ignore dotfiles in profile includedir Editors and filesystems may create artifacts related to .conf files which don't change the file suffix; these artifacts generally begin with "." so that they don't appear in normal directory listings (e.g. ".#filename" for emacs interlock files). Make sure to ignore any such artifacts when processing a profile includedir directive. https://github.com/krb5/krb5/commit/e8e1d841f8e43e4f441b451d91333a01e43c1b6f Author: Greg Hudson Commit: e8e1d841f8e43e4f441b451d91333a01e43c1b6f Branch: master doc/admin/conf_files/krb5_conf.rst | 7 ++++--- src/util/profile/prof_parse.c | 6 +++++- 2 files changed, 9 insertions(+), 4 deletions(-)