[Pkg-owncloud-commits] [owncloud-doc] 04/10: correct permissions script
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 17:31:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 1c5267367a373cf57aec56b20e5a22a3589f4683
Author: Carla Schroder <carla at owncloud.com>
Date: Wed Jun 24 11:49:50 2015 -0700
correct permissions script
---
admin_manual/installation/installation_wizard.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst
index 7ba31c2..5956cce 100644
--- a/admin_manual/installation/installation_wizard.rst
+++ b/admin_manual/installation/installation_wizard.rst
@@ -143,10 +143,10 @@ and files:
executable bit set), read-write for the directory owner, and read-only for
the group owner
* The :file:`/` directory should be owned by ``root:[HTTP user]``
-* The :file:`apps/` directory should be owned by ``[HTTP user]:[HTTP user]``
-* The :file:`config/` directory should be owned by ``[HTTP user]:[HTTP user]``
-* The :file:`themes/` directory should be owned by ``[HTTP user]:[HTTP user]``
-* The :file:`data/` directory should be owned by ``[HTTP user]:[HTTP user]``
+* The :file:`apps/` directory should be owned by ``[HTTP user]:[HTTP group]``
+* The :file:`config/` directory should be owned by ``[HTTP user]:[HTTP group]``
+* The :file:`themes/` directory should be owned by ``[HTTP user]:[HTTP group]``
+* The :file:`data/` directory should be owned by ``[HTTP user]:[HTTP group]``
* The :file:`[ocpath]/.htaccess` file should be owned by ``root:[HTTP user]``
* The :file:`data/.htaccess` file should be owned by ``root:[HTTP user]``
* Both :file:`.htaccess` files are read-write file owner, read-only group and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list