From 69fda47cc7da00fd62400ea2cf7c8a1b0a1d343a Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 3 Feb 2008 23:20:25 +0000 Subject: correct bogons file location --- etc/rc.update_bogons.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.update_bogons.sh') diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh index 957a52b..0e3c4b0 100755 --- a/etc/rc.update_bogons.sh +++ b/etc/rc.update_bogons.sh @@ -11,9 +11,9 @@ value=`od -A n -d -N2 /dev/random | awk '{print int(($1/65536)*2000)}'` sleep $value /etc/rc.conf_mount_rw -/usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt" +/usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/bogon-bn-nonagg.txt" if [ ! -f /tmp/bogons ]; then - echo "Could not download http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt" | logger + echo "Could not download http://files.pfsense.org/bogon-bn-nonagg.txt" | logger exit fi egrep -v "^192.168.0.0/16|^172.16.0.0/12|^10.0.0.0/8" /tmp/bogons > /etc/bogons -- cgit v1.1