This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new aa9bbc0 tweak workaround instructions
aa9bbc0 is described below
commit aa9bbc0490f6ff898b1b3a386e9b97d9f894fdcb
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Feb 10 11:59:42 2018 -0500
tweak workaround instructions
---
MACOSX.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/MACOSX.md b/MACOSX.md
index b58634a..5b0d1df 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -247,15 +247,13 @@ Edit `/usr/local/opt/httpd/homebrew.mxcl.httpd.plist` and
add the following:
<dict>
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
<string>YES</string>
- <key>XPC_SERVICES_UNAVAILABLE</key>
- <string>1</string>
</dict>
```
edit `/usr/local/opt/httpd/bin/envvars`, add:
```
-OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
+export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```
Restart Apache httpd using:
--
To stop receiving notification emails like this one, please contact
[email protected].