Accepting request 647521 from devel:languages:erlang:Factory

OBS-URL: https://build.opensuse.org/request/show/647521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang?expand=0&rev=67
This commit is contained in:
Dominique Leuenberger 2018-11-10 16:01:47 +00:00 committed by Git OBS Bridge
commit fc9e1cd29f
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>