public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] unbound: update savesearch after reload configfiles
@ 2020-03-01 18:41 Arne Fitzenreiter
  2020-03-01 18:41 ` [PATCH 2/4] unbound: run "time-fix" before savesearch resolves Arne Fitzenreiter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arne Fitzenreiter @ 2020-03-01 18:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
 src/initscripts/system/unbound | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound
index b6b57f1c1..507f589ca 100644
--- a/src/initscripts/system/unbound
+++ b/src/initscripts/system/unbound
@@ -592,13 +592,13 @@ case "$1" in
 		write_forward_conf
 		write_hosts_conf
 
+		# Call unbound-control and perform the reload
+		/usr/sbin/unbound-control -q reload
+
 		# Update Safe Search rules if the system is online.
 		if [ -e "/var/ipfire/red/active" ]; then
 			update_safe_search
 		fi
-
-		# Call unbound-control and perform the reload
-		/usr/sbin/unbound-control -q reload
 		;;
 
 	status)
-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-01 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01 18:41 [PATCH 1/4] unbound: update savesearch after reload configfiles Arne Fitzenreiter
2020-03-01 18:41 ` [PATCH 2/4] unbound: run "time-fix" before savesearch resolves Arne Fitzenreiter
2020-03-01 18:41 ` [PATCH 3/4] unbound: fix typo at safesearch for googe Arne Fitzenreiter
2020-03-01 18:41 ` [PATCH 4/4] core142: ship unbound initskript Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox