[unbound/el6] * add workaround for rhbz#489278

Paul Wouters pwouters at fedoraproject.org
Thu Aug 23 23:59:50 UTC 2012


commit 95006683edafd91facb1e8b2a24b6557190a6a14
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Aug 23 19:56:35 2012 -0400

    * add workaround for rhbz#489278

 unbound.init |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/unbound.init b/unbound.init
index 9fb6a8e..d4248f8 100644
--- a/unbound.init
+++ b/unbound.init
@@ -87,7 +87,9 @@ restart() {
 }
 
 reload() {
-    kill -HUP `cat $pidfile`
+    #kill -HUP `cat $pidfile`
+    # See rhbz#489278
+    restart
 }
 
 force_reload() {


More information about the scm-commits mailing list