diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-25 22:10:03 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 00:00:01 +0300 |
commit | 1947f2bd7d4c6ccda012321640dfb6041ddfe5f1 (patch) | |
tree | 65f30f94761ed413a920a56fd9a91781b908f6b0 /community | |
parent | 6c9acfce1da19d04c8453650092020ad36a9c874 (diff) | |
download | aports-1947f2bd7d4c6ccda012321640dfb6041ddfe5f1.tar.bz2 aports-1947f2bd7d4c6ccda012321640dfb6041ddfe5f1.tar.xz |
community/pdns-recursor: after entropy
Diffstat (limited to 'community')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 | ||||
-rw-r--r-- | community/pdns-recursor/pdns-recursor.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 4af161643a..ce26ff3cfc 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -70,5 +70,5 @@ package() { } sha512sums="6041d31f0a517786f44a7fa22c7bfa94d5d4bdc3a7f349d2b47bc66be87404fe8eaf76f45ca18ef8ab96a45c0271f46fdba93a51fbda2542a3ad96e10f51c1d1 pdns-recursor-4.1.11.tar.bz2 -f23cb30d943e0b0aea09371dc57aa43e55b8f91062a3caa3fac17e3565a8e36dfd304f45eba588f625ca2337cd2ade450ea5ae1776872c006204cdaf912f6651 pdns-recursor.initd +6eea64828a363a8f36a694da4ab08f48482a096572e5597e3182bbf5f4e7c0114d9b643c7ea5060ae46b50b05c6ebbace2fedd44dc6309b641fd638d44db879e pdns-recursor.initd 954df537693a202fc195e751011bbfaa605b3f3df42ac386fa82eb809b73c2b987f5e418b5c96bb3b0669497426ce0daa39a719844701e06990b82843a4cf0d4 recursor.conf" diff --git a/community/pdns-recursor/pdns-recursor.initd b/community/pdns-recursor/pdns-recursor.initd index 80e851d064..0414c89191 100644 --- a/community/pdns-recursor/pdns-recursor.initd +++ b/community/pdns-recursor/pdns-recursor.initd @@ -11,7 +11,7 @@ extra_started_commands="dump reload" depend() { need net - after firewall + after firewall entropy } start() { |