From: | ghudson@mit.edu |
Subject: | git commit |
Add support for directories in profile paths
If a profile path component is a directory, process files in the
directory as we would for an "includedir" directive.
[ghudson@mit.edu: don't change default profile path; simplify
profile_process_directory using prior commit; only check stat bits,
not final character of pathname; misc style changes; commit message]
https://github.com/krb5/krb5/commit/13bfcda8de68c6347d0ce15f5dcdca25f782b6b3
Author: Roland Mainz <rmainz@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 13bfcda8de68c6347d0ce15f5dcdca25f782b6b3
Branch: master
src/util/profile/prof_file.c | 29 +++++++++++++++++++----------
src/util/profile/prof_int.h | 3 +++
src/util/profile/prof_parse.c | 19 +++++++++++++++++++
3 files changed, 41 insertions(+), 10 deletions(-)