summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-06-29 16:48:09 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-06-29 16:48:09 +0200
commit53d46e336d3514ec50f85e5db4ceed16590bf154 (patch)
treef847e66431eb8c35c058ea07ec3ba8b3b60a05af /doc
parentb20b397e8032d281bd2aee009a71e04fe75b6fdb (diff)
downloadbcfg2-53d46e336d3514ec50f85e5db4ceed16590bf154.tar.gz
bcfg2-53d46e336d3514ec50f85e5db4ceed16590bf154.tar.bz2
bcfg2-53d46e336d3514ec50f85e5db4ceed16590bf154.zip
doc: Fix documentation on Info attributes
The possible and default values of the "important" and "paranoid" attributes weren't listed correctly.
Diffstat (limited to 'doc')
-rw-r--r--doc/server/info.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/info.txt b/doc/server/info.txt
index f1154e665..7f466528f 100644
--- a/doc/server/info.txt
+++ b/doc/server/info.txt
@@ -32,13 +32,13 @@ possible fields in an info file are:
+------------+-------------------+----------------------------------+---------+
| group: | Any valid group | Sets group of the file | root |
+------------+-------------------+----------------------------------+---------+
-| important: | true | false | Important entries are | root |
+| important: | true | false | Important entries are | false |
| | | installed first during client | |
| | | execution | |
+------------+-------------------+----------------------------------+---------+
| owner: | Any valid user | Sets owner of the file | root |
+------------+-------------------+----------------------------------+---------+
-| paranoid: | yes | no | Backup file before replacement? | no |
+| paranoid: | true | false | Backup file before replacement? | false |
+------------+-------------------+----------------------------------+---------+
| perms: | Numeric file mode | Sets the permissions of the file | 0644 |
| | | 'inherit' | (or inherits from the files on | |