unbound: start prior network

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-10-12 23:01:51 +02:00
parent 0fa8a4e98e
commit 693928d781
6 changed files with 8 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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