man: fix description of file order application

This commit is contained in:
Kay Sievers 2013-09-12 04:00:24 +02:00
parent ac4c8d6da8
commit 7b4977254c
4 changed files with 18 additions and 16 deletions

View file

@ -89,9 +89,9 @@
configuration files installed from vendor
packages. All files are sorted by their filename in
alphabetical order, regardless in which of the
directories they reside, to guarantee that a specific
configuration file takes precedence over another file
with an alphabetically later name.</para>
directories they reside. If multiple files specify
the same binary type name, the entry in the file with
the alphabetically latest name will be applied.</para>
<para>If the administrator wants to disable a
configuration file supplied by the vendor, the

View file

@ -90,10 +90,12 @@
configuration files installed by vendor packages. All
configuration files are sorted by their filename in
alphabetical order, regardless in which of the
directories they reside, to guarantee that a specific
configuration file takes precedence over another file
with an alphabetically earlier name, if both files
contain the same variable setting.</para>
directories they reside. If multiple files specify the
same variable name, the entry in the file with the
alphabetically latest name will be applied. It is
recommended to prefix all filenames with a two-digit
number and a dash, to simplify the ordering of the
files.</para>
<para>If the administrator wants to disable a
configuration file supplied by the vendor, the

View file

@ -127,12 +127,11 @@
preset files installed by vendor packages. All preset
files are sorted by their filename in alphabetical
order, regardless in which of the directories they
reside, to guarantee that a specific preset file takes
precedence over another file with an alphabetically
earlier name, if both files contain lines that apply
to the same unit names. It is recommended to prefix
all filenames with two-digit number, to simplify
ordering.</para>
reside. If multiple files specify the same unit name,
the entry in the file with the alphabetically earliest
name will be applied. It is recommended to prefix all
filenames with a two-digit number and a dash, to simplify
the ordering of the files.</para>
<para>If the administrator wants to disable a preset
file supplied by the vendor, the recommended way is to

View file

@ -80,9 +80,10 @@
configuration files installed by vendor packages. All
configuration files are sorted by their filename in
alphabetical order, regardless in which of the
directories they reside, to guarantee that a specific
configuration file takes precedence over another file
with an alphabetically later name.</para>
directories they reside. If multiple files specify the
same path, the entry in the file with the alphabetically
earliest name will be applied, all all other conflicting
entries logged as errors.</para>
<para>If the administrator wants to disable a
configuration file supplied by the vendor the