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 --- src/config-files/krb5.conf.M | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config-files') diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 40db552d3e..db3305f598 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -67,7 +67,8 @@ FILENAME or 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 profile -fragments should begin with a section header. +files are syntactically independent of their parents, so each included +file must begin with a section header. .PP The following sections are currently used in the -- cgit