mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
unbound: start prior network
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user