rename OSX references to MacOS

This commit is contained in:
Michel Oosterhof
2017-02-14 22:16:29 +04:00
parent 89fc09d1c2
commit 1cf7e02fe1
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
* [Step 7: Port redirection (optional)](#step-7-port-redirection-optional) * [Step 7: Port redirection (optional)](#step-7-port-redirection-optional)
* [Running within supervisord(optional)](#running-using-supervisord) * [Running within supervisord(optional)](#running-using-supervisord)
* [Troubleshooting](#troubleshooting) * [Troubleshooting](#troubleshooting)
* [Installing on OSX for development](#installing-on-osx-for-development) * [Installing on MacOS for development](#installing-on-macos-for-development)
## Step 1: Install dependencies ## Step 1: Install dependencies
@@ -206,13 +206,13 @@ double check that your PYTHONPATH is set to the source code directory.
To make Cowrie logfiles public readable, change the ```--umask 0077``` option in start.sh into ```--umask 0022``` To make Cowrie logfiles public readable, change the ```--umask 0077``` option in start.sh into ```--umask 0022```
## Installing on OSX for development ## Installing on MacOS for development
gmpy2 requires a number of libraries which are not included by default with Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/) gmpy2 requires a number of libraries which are not included by default with MacOS Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/)
``` ```
brew install gmp brew install gmp
brew install mpfr brew install mpfr
brew install mpc brew install mpc
brew install libmpc brew install libmpc
``` ```

View File

@@ -401,7 +401,7 @@ logfile = log/cowrie.json
#index = cowrie #index = cowrie
# Splunk HTTP Event Collector (HEC) output module # Splunk HTTP Event Collector (HEC) output module
# Sends JSON directly to Splunk over HTTPS # Sends JSON directly to Splunk over HTTPS
# mandatory fields: url, token # mandatory fields: url, token
# optional fields: index, source, sourcetype, host # optional fields: index, source, sourcetype, host