commit:     7c85aa7d1c3268ed8a0f7e28ca5c81ff0a7a0d64
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 12:28:16 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 12:28:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c85aa7d

dev-lang/erlang: fix epmd conf.d default args

All epmd options start with a single dash. Use -daemon instead of
--daemon.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-lang/erlang/files/epmd.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/erlang/files/epmd.confd b/dev-lang/erlang/files/epmd.confd
index aa4dc3eb5ae..ea1deab6e27 100644
--- a/dev-lang/erlang/files/epmd.confd
+++ b/dev-lang/erlang/files/epmd.confd
@@ -1,2 +1,2 @@
 #arguments for run erlang
-command_args="--daemon -relaxed_command_check -address 127.0.0.1"
+command_args="-daemon -relaxed_command_check -address 127.0.0.1"

Reply via email to