[polipo] NetworkManager integration should use restart rather than reload (bz #699677)

Bernard Johnson bjohnson at fedoraproject.org
Tue Sep 27 02:42:47 UTC 2011


commit 6f696e10e0d8c8ce41bc927ca772dd0899d1035f
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Mon Sep 26 19:50:48 2011 -0600

    NetworkManager integration should use restart rather than reload (bz #699677)

 polipo.nm   |    3 ++-
 polipo.spec |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/polipo.nm b/polipo.nm
index f4ee7c9..af54e4a 100644
--- a/polipo.nm
+++ b/polipo.nm
@@ -1,5 +1,6 @@
 #!/bin/sh
 
 if [ "$2" = "up" ]; then
-	/sbin/chkconfig polipo && /sbin/service polipo reload || :
+    # use restart - bugzilla #699677
+    /sbin/chkconfig polipo && /sbin/service polipo restart || :
 fi
diff --git a/polipo.spec b/polipo.spec
index 5ecfb26..6fed9d6 100644
--- a/polipo.spec
+++ b/polipo.spec
@@ -112,6 +112,7 @@ fi
 %changelog
 * Mon Sep 26 2011 Bernard Johnson <bjohnson at symetrix.com> - 1.0.4.1-4
 - take file / dir creation & testing out of initscript (bz #708814)
+- NetworkManager integration should use restart rather than reload (bz #699677)
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list