From: <abe...@us...> - 2016-09-24 12:45:47
|
Revision: 7863 http://sourceforge.net/p/astlinux/code/7863 Author: abelbeck Date: 2016-09-24 12:45:45 +0000 (Sat, 24 Sep 2016) Log Message: ----------- reload-blocklist-netset, count IP/Nets beginning with a 'zero' Modified Paths: -------------- branches/1.0/package/arnofw/reload-blocklist-netset Modified: branches/1.0/package/arnofw/reload-blocklist-netset =================================================================== --- branches/1.0/package/arnofw/reload-blocklist-netset 2016-09-23 15:51:18 UTC (rev 7862) +++ branches/1.0/package/arnofw/reload-blocklist-netset 2016-09-24 12:45:45 UTC (rev 7863) @@ -150,7 +150,7 @@ rm -f "$tmp_file" UPDATES=$((UPDATES + 1)) - count=$(grep -c '^[1-9a-fA-F]' "$DIR/$netset.netset") + count=$(grep -c '^[0-9a-fA-F]' "$DIR/$netset.netset") mesg="Netset '$netset' has been updated. Contains $count addresses/nets." logger -t reload-blocklist-netset -p kern.info "$mesg" echo "$mesg" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |