diff options
-rw-r--r-- | doc/server/info.txt | 2 |
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> |