]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/initscripts
kernel: update to 4.9.25
[ipfire-2.x.git] / lfs / initscripts
index e731d7f6d38e97c3d2f9353737be4b68286fc18b..c5baf680a7c1b69af867fb053d737f3f982c18f0 100644 (file)
@@ -127,6 +127,9 @@ $(TARGET) :
        ln -sf ../init.d/network     /etc/rc.d/rc0.d/K80network
        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/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
        ln -sf ../init.d/random      /etc/rc.d/rc6.d/K45random
@@ -185,13 +188,11 @@ $(TARGET) :
        ln -sf ../init.d/wlanclient  /etc/rc.d/rc3.d/S19wlanclient
        ln -sf ../init.d/wlanclient  /etc/rc.d/rc6.d/K82wlanclient
 
-       ln -sf ../../dnsmasq /etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq
        ln -sf ../../../../../usr/local/bin/snortctrl \
                /etc/rc.d/init.d/networking/red.up/23-RS-snort
        ln -sf ../../../../../usr/local/bin/qosctrl \
                /etc/rc.d/init.d/networking/red.up/24-RS-qos
        ln -sf ../../squid /etc/rc.d/init.d/networking/red.up/27-RS-squid
-       ln -sf ../../dnsmasq /etc/rc.d/init.d/networking/red.down/05-RS-dnsmasq
 
        for i in green blue orange; do \
                ln -sf any /etc/rc.d/init.d/networking/$$i; \