summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 02:01:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 02:01:49 +0000
commitcdd6648ad66d779a0c740e05f523fa701f46b9e1 (patch)
treee8ab87bb92c95b8c9d576160e8f32096ac94e606 /etc/crontab
parent86ef739d2bf9e29f20031cdeb6e7acdaa9745e8c (diff)
downloadpfsense-cdd6648ad66d779a0c740e05f523fa701f46b9e1.zip
pfsense-cdd6648ad66d779a0c740e05f523fa701f46b9e1.tar.gz
Randomize grabbing the bogons file to 3000 minutes to somewhat distribute all of the pfSense installed base from hitting at the same time ;)
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab
index 6bfe0a0..ed52a83 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
-12 12 * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1 \ No newline at end of file
+*/3000 * * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1 \ No newline at end of file
OpenPOWER on IntegriCloud