[community/master] Be more specific about how file should be edited.

commit 6fcb36c082d16a7e48e8064474828e9e8ea3d80a Author: Philipp Winter <phw@nymity.ch> Date: Wed Aug 7 12:37:28 2019 -0700 Be more specific about how file should be edited. --- .../technical-setup/bridge/centos-rhel-opensuse/contents.lr | 2 +- .../relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr | 2 +- content/relay-operations/technical-setup/bridge/freebsd/contents.lr | 2 +- content/relay-operations/technical-setup/bridge/openbsd/contents.lr | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr index a3370a4..14d6e04 100644 --- a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr +++ b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr @@ -40,7 +40,7 @@ go get gitlab.com/yawning/obfs4.git/obfs4proxy sudo cp $GOPATH/bin/obfs4proxy /usr/local/bin/ ``` -### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and add the following lines: +### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with: ``` RunAsDaemon 1 diff --git a/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr b/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr index 913eab8..cf83c8d 100644 --- a/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr +++ b/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr @@ -17,7 +17,7 @@ On [Debian](https://packages.debian.org/search?keywords=obfs4proxy), the `obfs4p If not, you can [build it from source](https://gitlab.com/yawning/obfs4#installation). -### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and add the following lines: +### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with: ``` RunAsDaemon 1 diff --git a/content/relay-operations/technical-setup/bridge/freebsd/contents.lr b/content/relay-operations/technical-setup/bridge/freebsd/contents.lr index fe3c09c..3fdee50 100644 --- a/content/relay-operations/technical-setup/bridge/freebsd/contents.lr +++ b/content/relay-operations/technical-setup/bridge/freebsd/contents.lr @@ -14,7 +14,7 @@ body: pkg install obfs4proxy-tor tor ca_root_nss ``` -### 2. Edit your Tor config file, usually located at `/usr/local/etc/tor` and add the following lines +### 2. Edit your Tor config file, usually located at `/usr/local/etc/tor` and replace its content with: ``` RunAsDaemon 1 diff --git a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr index 63d8c73..bf7d98a 100644 --- a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr +++ b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr @@ -15,7 +15,7 @@ pkg_add tor obfs4proxy ### 2. Edit your Tor config file -Usually located at `/etc/tor/torrc`, add the following lines: +Usually located at `/etc/tor/torrc`, and replace its content with: ``` RunAsDaemon 1
participants (1)
-
emmapeel@torproject.org