diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-23 17:18:40 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-23 17:20:29 +0100 |
commit | 6dae70de1fbf45713e2a4eb09d8624180bee2927 (patch) | |
tree | 19b484dcd22b3300e7c99f7377394cf49c92ec79 | |
parent | 2.4/scripts/apache2ctl: POSIX shells don't know =~ test operator. (diff) | |
download | apache-6dae70de1fbf45713e2a4eb09d8624180bee2927.tar.gz apache-6dae70de1fbf45713e2a4eb09d8624180bee2927.tar.bz2 apache-6dae70de1fbf45713e2a4eb09d8624180bee2927.zip |
2.4/init/apache2.initd: Start after entropy daemon if available.
Gentoo-Bug: https://bugs.gentoo.org/470018
-rwxr-xr-x | 2.4/init/apache2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |