From 3027c6bb963cc8f736aca51bc99391bbd00c677f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Aug 2013 14:45:07 +0200 Subject: [PATCH] initscripts: Reset links that reload the firewall after RED connected. --- config/rootfiles/common/armv5tel/initscripts | 3 +-- config/rootfiles/common/i586/initscripts | 8 ++++---- lfs/initscripts | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/common/armv5tel/initscripts b/config/rootfiles/common/armv5tel/initscripts index 1f2d9fc0f..1b8fbda00 100644 --- a/config/rootfiles/common/armv5tel/initscripts +++ b/config/rootfiles/common/armv5tel/initscripts @@ -81,10 +81,9 @@ etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq etc/rc.d/init.d/networking/red.up/10-miniupnpd etc/rc.d/init.d/networking/red.up/10-multicast etc/rc.d/init.d/networking/red.up/20-RL-firewall -etc/rc.d/init.d/networking/red.up/22-outgoingfwctrl +etc/rc.d/init.d/networking/red.up/22-forwardfwctrl etc/rc.d/init.d/networking/red.up/23-RS-snort etc/rc.d/init.d/networking/red.up/24-RS-qos -etc/rc.d/init.d/networking/red.up/26-xtaccess etc/rc.d/init.d/networking/red.up/27-RS-squid etc/rc.d/init.d/networking/red.up/30-ddns etc/rc.d/init.d/networking/red.up/40-ipac diff --git a/config/rootfiles/common/i586/initscripts b/config/rootfiles/common/i586/initscripts index 7deeef132..ca47f807c 100644 --- a/config/rootfiles/common/i586/initscripts +++ b/config/rootfiles/common/i586/initscripts @@ -83,10 +83,10 @@ etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq etc/rc.d/init.d/networking/red.up/10-miniupnpd etc/rc.d/init.d/networking/red.up/10-multicast etc/rc.d/init.d/networking/red.up/20-RL-firewall -etc/rc.d/init.d/networking/red.up/23-forwardfwctrl -etc/rc.d/init.d/networking/red.up/24-RS-snort -etc/rc.d/init.d/networking/red.up/25-RS-qos -etc/rc.d/init.d/networking/red.up/28-RS-squid +etc/rc.d/init.d/networking/red.up/22-forwardfwctrl +etc/rc.d/init.d/networking/red.up/23-RS-snort +etc/rc.d/init.d/networking/red.up/24-RS-qos +etc/rc.d/init.d/networking/red.up/27-RS-squid etc/rc.d/init.d/networking/red.up/30-ddns etc/rc.d/init.d/networking/red.up/40-ipac etc/rc.d/init.d/networking/red.up/50-ipsec diff --git a/lfs/initscripts b/lfs/initscripts index 091b61a42..0b2dbee77 100644 --- a/lfs/initscripts +++ b/lfs/initscripts @@ -180,14 +180,14 @@ $(TARGET) : ln -sf ../../dnsmasq /etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq ln -sf ../../firewall /etc/rc.d/init.d/networking/red.up/20-RL-firewall ln -sf ../../../../../usr/local/bin/forwardfwctrl \ - /etc/rc.d/init.d/networking/red.up/23-forwardfwctrl + /etc/rc.d/init.d/networking/red.up/22-forwardfwctrl ln -sf ../../../../../usr/local/bin/snortctrl \ - /etc/rc.d/init.d/networking/red.up/24-RS-snort + /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/25-RS-qos + /etc/rc.d/init.d/networking/red.up/24-RS-qos ln -sf ../../../../../usr/local/bin/dialctrl.pl \ /etc/rc.d/init.d/networking/red.up/99-U-dialctrl.pl - ln -sf ../../squid /etc/rc.d/init.d/networking/red.up/28-RS-squid + 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 ln -sf ../../firewall /etc/rc.d/init.d/networking/red.down/20-RL-firewall ln -sf ../../../../../usr/local/bin/dialctrl.pl \ -- 2.39.2