From: Michael Tremer Date: Fri, 14 Feb 2014 11:40:57 +0000 (+0100) Subject: network: Remove old accounting code. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4bc91affe00eb06142c914ac9f1686f2473cf471 network: Remove old accounting code. --- 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