commit: 6dae70de1fbf45713e2a4eb09d8624180bee2927 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Mar 23 16:18:40 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Mar 23 16:20:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=6dae70de
2.4/init/apache2.initd: Start after entropy daemon if available. Gentoo-Bug: https://bugs.gentoo.org/470018 2.4/init/apache2.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index d14aa39..2e3bd7a 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -34,7 +34,7 @@ APACHE2="/usr/sbin/apache2" depend() { need net - use mysql dns logger netmount postgresql + use dns entropy logger mysql netmount postgresql after sshd }
