summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2016-05-12 13:31:49 +0200
committerTomas Hozza <thozza@redhat.com>2016-05-12 13:31:49 +0200
commitd591319212f51394a3d79897d7a0147a6d332d25 (patch)
tree0f92ac969972ac21a7c48d7153719887c05a7266 /bind.spec
parent379b90d05d2038a866498300b4d4d12855eb06ce (diff)
downloadbind-d591319212f51394a3d79897d7a0147a6d332d25.tar.gz
bind-d591319212f51394a3d79897d7a0147a6d332d25.tar.xz
bind-d591319212f51394a3d79897d7a0147a6d332d25.zip
Replaced After=network-online.target with After=network.target in all unit files
BIND is able to react to network configuration changes and therefore it can start even before all interfaces are fully configured. There is no need to wait until interfaces are fully configured. Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bind.spec b/bind.spec
index 1aad894..fd90818 100644
--- a/bind.spec
+++ b/bind.spec
@@ -999,6 +999,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Thu May 12 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.3-13.P4
- Remove NM dispatcher script, since it is not needed any more (#1277257)
+- Replaced After=network-online.target with After=network.target in all unit files
* Fri Mar 11 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.3-12.P4
- Update to 9.10.3-P4 due to CVE-2016-1285 CVE-2016-1286 CVE-2016-2088