diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-07 04:43:18 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-07 04:43:18 +0000 |
commit | 27a842443e09fc28c44d4cf140ebb3e70bc1edb2 (patch) | |
tree | 0b980769cfd86666dd550b772a430c40c554416b /etc | |
parent | 9bec0abce8b5c87013742b6dd86192c8f2586b5e (diff) | |
download | pfsense-27a842443e09fc28c44d4cf140ebb3e70bc1edb2.zip pfsense-27a842443e09fc28c44d4cf140ebb3e70bc1edb2.tar.gz |
Load the bogon list after fetching
Diffstat (limited to 'etc')
-rw-r--r-- | etc/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index fafc22b..8d55408 100644 --- a/etc/crontab +++ b/etc/crontab @@ -9,4 +9,4 @@ HOME=/var/log 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly 1,31 0-5 * * * root adjkerntz -a -*/3000 * * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1 +*/3000 * * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1 && /sbin/pfctl -t bogons -T replace -f /etc/bogons >/dev/null 2>&1 |