From 693928d781bee3151d5108a6f68a464202e78eeb Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 12 Oct 2016 23:01:51 +0200 Subject: [PATCH] unbound: start prior network Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/armv5tel/initscripts | 2 +- config/rootfiles/common/i586/initscripts | 2 +- config/rootfiles/common/x86_64/initscripts | 2 +- config/rootfiles/core/106/filelists/files | 2 +- config/rootfiles/core/106/update.sh | 3 +++ lfs/initscripts | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/armv5tel/initscripts b/config/rootfiles/common/armv5tel/initscripts index 5cf7061fa8..a8077603b8 100644 --- a/config/rootfiles/common/armv5tel/initscripts +++ b/config/rootfiles/common/armv5tel/initscripts @@ -181,7 +181,7 @@ etc/rc.d/rc3.d/S15fireinfo etc/rc.d/rc3.d/S19smartenabler etc/rc.d/rc3.d/S19wlanclient etc/rc.d/rc3.d/S20network -etc/rc.d/rc3.d/S21unbound +etc/rc.d/rc3.d/S11unbound etc/rc.d/rc3.d/S21leds etc/rc.d/rc3.d/S24cyrus-sasl etc/rc.d/rc3.d/S25random diff --git a/config/rootfiles/common/i586/initscripts b/config/rootfiles/common/i586/initscripts index 352fac63aa..6ec7c63b11 100644 --- a/config/rootfiles/common/i586/initscripts +++ b/config/rootfiles/common/i586/initscripts @@ -185,7 +185,7 @@ etc/rc.d/rc3.d/S15fireinfo etc/rc.d/rc3.d/S19smartenabler etc/rc.d/rc3.d/S19wlanclient etc/rc.d/rc3.d/S20network -etc/rc.d/rc3.d/S21unbound +etc/rc.d/rc3.d/S11unbound etc/rc.d/rc3.d/S21leds etc/rc.d/rc3.d/S24cyrus-sasl etc/rc.d/rc3.d/S25random diff --git a/config/rootfiles/common/x86_64/initscripts b/config/rootfiles/common/x86_64/initscripts index 352fac63aa..6ec7c63b11 100644 --- a/config/rootfiles/common/x86_64/initscripts +++ b/config/rootfiles/common/x86_64/initscripts @@ -185,7 +185,7 @@ etc/rc.d/rc3.d/S15fireinfo etc/rc.d/rc3.d/S19smartenabler etc/rc.d/rc3.d/S19wlanclient etc/rc.d/rc3.d/S20network -etc/rc.d/rc3.d/S21unbound +etc/rc.d/rc3.d/S11unbound etc/rc.d/rc3.d/S21leds etc/rc.d/rc3.d/S24cyrus-sasl etc/rc.d/rc3.d/S25random diff --git a/config/rootfiles/core/106/filelists/files b/config/rootfiles/core/106/filelists/files index 258ad85a14..fd363f321b 100644 --- a/config/rootfiles/core/106/filelists/files +++ b/config/rootfiles/core/106/filelists/files @@ -10,7 +10,7 @@ etc/rc.d/init.d/ntp etc/rc.d/init.d/setclock etc/rc.d/init.d/unbound etc/rc.d/rc0.d/K79unbound -etc/rc.d/rc3.d/S21unbound +etc/rc.d/rc3.d/S11unbound etc/rc.d/rc6.d/K79unbound srv/web/ipfire/cgi-bin/dns.cgi srv/web/ipfire/cgi-bin/dnsforward.cgi diff --git a/config/rootfiles/core/106/update.sh b/config/rootfiles/core/106/update.sh index 09d183e461..c3609afda4 100644 --- a/config/rootfiles/core/106/update.sh +++ b/config/rootfiles/core/106/update.sh @@ -55,6 +55,9 @@ rm -vf \ /etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq \ /usr/sbin/dnsmasq +# delete unbound link after network start +rm -vf /etc/rc.d/rc3.d/S21unbound + # Delete old net-traffic stuff rm -vrf \ /etc/rc.d/helper/writeipac.pl \ diff --git a/lfs/initscripts b/lfs/initscripts index 4369ffe413..c5baf680a7 100644 --- a/lfs/initscripts +++ b/lfs/initscripts @@ -128,7 +128,7 @@ $(TARGET) : ln -sf ../init.d/network /etc/rc.d/rc3.d/S20network ln -sf ../init.d/network /etc/rc.d/rc6.d/K80network ln -sf ../init.d/unbound /etc/rc.d/rc0.d/K79unbound - ln -sf ../init.d/unbound /etc/rc.d/rc3.d/S21unbound + ln -sf ../init.d/unbound /etc/rc.d/rc3.d/S11unbound ln -sf ../init.d/unbound /etc/rc.d/rc6.d/K79unbound ln -sf ../init.d/random /etc/rc.d/rc0.d/K45random ln -sf ../init.d/random /etc/rc.d/rc3.d/S25random -- 2.39.2