X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Finit.d%2Fnetwork;h=8dd2c7e8994e2514a43ee89651bb43abd038b377;hp=02df4bc975701bd3fcfa8e92add15fa53f63f007;hb=4bc91affe00eb06142c914ac9f1686f2473cf471;hpb=0fc392d65d513df573573dec57ccf06af2c29a9f diff --git a/src/initscripts/init.d/network b/src/initscripts/init.d/network index 02df4bc97..8dd2c7e89 100644 --- a/src/initscripts/init.d/network +++ b/src/initscripts/init.d/network @@ -41,13 +41,6 @@ init_networking() { boot_mesg "Setting up firewall" /etc/rc.d/init.d/firewall start; evaluate_retval -# boot_mesg "Setting up traffic accounting" -# /etc/rc.d/helper/writeipac.pl || failed=1 -# /usr/sbin/fetchipac -S || failed=1 -# (exit ${failed}) -# evaluate_retval - - if [ "$CONFIG_TYPE" = "3" -o "$CONFIG_TYPE" = "4" ]; then boot_mesg "Setting up wireless firewall rules" /usr/local/bin/wirelessctrl; evaluate_retval