From 8a6860e1090fa54de5db567f6fa843262ccb58a0 Mon Sep 17 00:00:00 2001 From: KatharinaSt Date: Fri, 13 Sep 2013 21:06:36 +0200 Subject: [PATCH] Update installation.rst "ACL" in uppercase for continuity reasons --- book/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/installation.rst b/book/installation.rst index bde9abf2ccc..148c3f42880 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -241,7 +241,7 @@ If there are any issues, correct them now before moving on. $ sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs - **2. Using Acl on a system that does not support chmod +a** + **2. Using ACL on a system that does not support chmod +a** Some systems don't support ``chmod +a``, but do support another utility called ``setfacl``. You may need to `enable ACL support`_ on your partition