X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F38%2Fupdate.sh;h=244b188bd9a3aaee9145ccbb10a09095fb317f10;hp=716c6a520616408ede8dea0f70971e6f7a8f09aa;hb=48cad624e6b98867559ca7b35e88d76cb419c383;hpb=d2d2da1038f20022a7f56f687b4fc1db4049c67b diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 716c6a5206..244b188bd9 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -160,6 +160,10 @@ rm -rf /var/log/rrd*/collectd/localhost/interface/if_packets* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_merged* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_ops* rm -rf /var/log/rrd*/collectd/localhost/disk-*/disk_time* +# +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-INPUT/*-DROP_Wirelessinput* +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-FORWARD/*-DROP_Wirelessforward* +rm -rf /var/log/rrd*/collectd/localhost/iptables-filter-OUTGOINGFW POSTCLEAN=`du -sh /var/log/rrd/collectd` # echo Cleaned up collectd directory from $PRECLEAN to $POSTCLEAN size.