1
0
forked from erlang/erlang

Accepting request 647397 from home:markoschandras:branches:devel:languages:erlang:Factory

- Fix instructions for changing address for epmd.socket service. The
  ListenStream option needs to be completely overriden otherwise the
  socket will be started with multiple ListenStream options and it
  will fail.

OBS-URL: https://build.opensuse.org/request/show/647397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=65
This commit is contained in:
2018-11-09 08:14:17 +00:00
committed by Git OBS Bridge
parent 24f6ad9b50
commit a63941a7ed
2 changed files with 9 additions and 0 deletions

View File

@@ -21,5 +21,6 @@ The first line is to discard vendor configuration. The second line will change t
To enable accepting external connections to EPMd, create ```/etc/systemd/system/epmd.socket.d/port.conf``` with following content:
```
[Socket]
ListenStream=
ListenStream=0.0.0.0:4369
```

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 8 17:16:08 UTC 2018 - Markos Chandras <mchandras@suse.de>
- Fix instructions for changing address for epmd.socket service. The
ListenStream option needs to be completely overriden otherwise the
socket will be started with multiple ListenStream options and it
will fail.
-------------------------------------------------------------------
Fri Nov 2 21:24:41 UTC 2018 - Gabriele Santomaggio <g.santomaggio@gmail.com>