Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73d038b

Browse filesBrowse files
committed
Merge branch 'acl_ubuntu2' of git://github.com/mdpatrick/symfony-docs into mdpatrick-acl_ubuntu2
2 parents 47f1c93 + 8130f9c commit 73d038b
Copy full SHA for 73d038b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

‎book/installation.rst

Copy file name to clipboardExpand all lines: book/installation.rst
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ If there are any issues, correct them now before moving on.
120120
121121
**2. Using Acl on a system that does not support chmod +a**
122122

123-
Some systems, like Ubuntu, don't support ``chmod +a``, but do support
124-
another utility called ``setfacl``. On some systems, this will need to
125-
be installed before using it:
123+
Some systems don't support ``chmod +a``, but do support another utility
124+
called ``setfacl``. You may need to `enable ACL support`_ on your partition
125+
and install setfacl before using it (as is the case with Ubuntu), like
126+
so:
126127

127128
.. code-block:: bash
128129
@@ -204,6 +205,7 @@ Now, the vendor directory won't be committed to source control. This is fine
204205
project, he/she can simply run the ``php bin/vendors install`` script to
205206
download all the necessary vendor libraries.
206207

208+
.. _`enable ACL support`: https://help.ubuntu.com/community/FilePermissions#ACLs
207209
.. _`http://symfony.com/download`: http://symfony.com/download
208210
.. _`Git`: http://git-scm.com/
209211
.. _`GitHub Bootcamp`: http://help.github.com/set-up-git-redirect

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.