summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-11-18 17:46:32 +0100
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-11-18 17:46:32 +0100
commit0e6b81b3d552ab85c809c0a2f9822d82c249f746 (patch)
tree77b0175c51a9faac409a656a2bc50bc26f5d64a8 /doc
parent7d4325f5e12a40b5b8ae8fc85a4e934b94dd1adf (diff)
downloadbcfg2-0e6b81b3d552ab85c809c0a2f9822d82c249f746.tar.gz
bcfg2-0e6b81b3d552ab85c809c0a2f9822d82c249f746.tar.bz2
bcfg2-0e6b81b3d552ab85c809c0a2f9822d82c249f746.zip
Revert "fixed doc bug"
This reverts commit 95295013959318df2aab616ce30eb98e2c217528. The original version was correct (I guess we overlooked the "negate" attribute).
Diffstat (limited to 'doc')
-rw-r--r--doc/server/info.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/info.txt b/doc/server/info.txt
index ae2bf5cf6..3ee12c54d 100644
--- a/doc/server/info.txt
+++ b/doc/server/info.txt
@@ -116,7 +116,7 @@ of permissions depending on the path of the file::
<Path name="/etc/bcfg2-web.conf">
<Info owner="root" group="apache" perms="0640"/>
</Path>
- <Path name="/etc/bcfg2.conf" negate="true">
+ <Path name="/etc/bcfg2-web.conf" negate="true">
<Info owner="root" group="root" perms="0600"/>
</Path>
</FileInfo>