mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-lang/erlang: make epmd.init need net.lo for >=openrc-0.41.2
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 2010-2018 Gentoo Authors
|
||||
# Copyright 2010-2019 Gentoo Authors
|
||||
# Distributed under the terms of the Apache License, Version 2.0
|
||||
|
||||
ZT_ADDRESS=""
|
||||
@@ -7,7 +7,7 @@ pidfile="/var/run/epmd.pid"
|
||||
command_args="-daemon -relaxed_command_check -address 127.0.0.1"
|
||||
|
||||
depend() {
|
||||
need loopback
|
||||
need net.lo
|
||||
before sshd
|
||||
}
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the Erlang Public License 1.1
|
||||
|
||||
pidfile="/var/run/epmd.pid"
|
||||
|
||||
depend() {
|
||||
need loopback
|
||||
need net.lo
|
||||
before sshd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user