|
|
@ -351,13 +351,16 @@
|
|
|
|
contain the main configuration file.</para>
|
|
|
|
contain the main configuration file.</para>
|
|
|
|
<para>The configuration files in
|
|
|
|
<para>The configuration files in
|
|
|
|
<option>include_dir</option> are loaded in case
|
|
|
|
<option>include_dir</option> are loaded in case
|
|
|
|
insensitive alphabetical order.</para>
|
|
|
|
sensitive alphabetical order, with the upper case of
|
|
|
|
|
|
|
|
each letter ordered before the lower case of the same
|
|
|
|
|
|
|
|
letter.</para>
|
|
|
|
<example title="Load Order for include_dir" label="Load Order for include_dir">
|
|
|
|
<example title="Load Order for include_dir" label="Load Order for include_dir">
|
|
|
|
<para>Given the files
|
|
|
|
<para>Given the files
|
|
|
|
<replaceable>b.conf</replaceable>,
|
|
|
|
<replaceable>b.conf</replaceable>,
|
|
|
|
<replaceable>A.conf</replaceable>,
|
|
|
|
<replaceable>A.conf</replaceable>,
|
|
|
|
<replaceable>01.conf</replaceable>,
|
|
|
|
<replaceable>01.conf</replaceable>,
|
|
|
|
<replaceable>a.conf</replaceable>, and
|
|
|
|
<replaceable>a.conf</replaceable>,
|
|
|
|
|
|
|
|
<replaceable>B.conf</replaceable>, and
|
|
|
|
<replaceable>00.conf</replaceable> inside
|
|
|
|
<replaceable>00.conf</replaceable> inside
|
|
|
|
<option>include_dir</option>, the config files
|
|
|
|
<option>include_dir</option>, the config files
|
|
|
|
would be loaded in this order:</para>
|
|
|
|
would be loaded in this order:</para>
|
|
|
@ -366,6 +369,7 @@
|
|
|
|
01.conf
|
|
|
|
01.conf
|
|
|
|
A.conf
|
|
|
|
A.conf
|
|
|
|
a.conf
|
|
|
|
a.conf
|
|
|
|
|
|
|
|
B.conf
|
|
|
|
b.conf
|
|
|
|
b.conf
|
|
|
|
</programlisting></example>
|
|
|
|
</programlisting></example>
|
|
|
|
<para>If this option is used multiple times, then each
|
|
|
|
<para>If this option is used multiple times, then each
|
|
|
|