[Pkg-owncloud-commits] [owncloud-doc] 05/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 ea8da075f285be9c915cb7ed8c29cc2972a4cdfb
Author: Carla Schroder <carla at owncloud.com>
Date:   Wed Jun 24 11:52:48 2015 -0700

    correct permissions script
---
 admin_manual/installation/installation_wizard.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst
index 5956cce..a114bf2 100644
--- a/admin_manual/installation/installation_wizard.rst
+++ b/admin_manual/installation/installation_wizard.rst
@@ -142,13 +142,13 @@ and files:
 * All directories should be executable (because directories always need the 
   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:`/` directory should be owned by ``root:[HTTP group]``
 * 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]``
+* The :file:`[ocpath]/.htaccess` file should be owned by ``root:[HTTP group]``
+* The :file:`data/.htaccess` file should be owned by ``root:[HTTP group]``
 * Both :file:`.htaccess` files are read-write file owner, read-only group and 
   world
 

-- 
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