]> git.ipfire.org Git - thirdparty/krb5.git/commit
Ignore dotfiles in profile includedir 619/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 24 Mar 2017 15:07:21 +0000 (11:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 27 Mar 2017 21:04:19 +0000 (17:04 -0400)
commite8e1d841f8e43e4f441b451d91333a01e43c1b6f
tree3ac909dc8aa3f80cf6141de98c5c387c131e0c9f
parent3e2344a14fad828dee624af0ae7ba2d12aec2c81
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.

ticket: 8563 (new)
target_version: 1.15-next
tags: pullup
doc/admin/conf_files/krb5_conf.rst
src/util/profile/prof_parse.c