From 99be0e73e3addded4ee2c0bfeaba2e19ad178fac Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 25 Aug 2010 18:22:53 +0000 Subject: Revise the profile include design so that included files are syntactically independent of parent files. ticket: 6761 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24256 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/krb5conf.texinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/krb5conf.texinfo b/doc/krb5conf.texinfo index 21f539653..911435061 100644 --- a/doc/krb5conf.texinfo +++ b/doc/krb5conf.texinfo @@ -51,8 +51,9 @@ includedir @var{DIRNAME} @var{FILENAME} or @var{DIRNAME} should be an absolute path. The named file or directory must exist and be readable. Including a directory includes all files within the directory whose names consist solely of -alphanumeric characters, dashes, or underscores. Included configuration -fragments should begin with a section header. +alphanumeric characters, dashes, or underscores. Included profile files +are syntactically independent of their parents, so each included file +must begin with a section header. The @code{krb5.conf} file may contain any or all of the following sections: -- cgit