diff options
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 0715b9a..9885d96 100644 --- a/etc/crontab +++ b/etc/crontab @@ -10,4 +10,5 @@ HOME=/var/log 30 5 1 * * root periodic monthly 1,31 0-5 * * * root adjkerntz -a */5 * * * * root nice -n20 /etc/rc.prunecaptiveportal -*/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 +*/3000 * * * * root /etc/rc.conf_mount_rw && /usr/bin/fetch -q -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" && /sbin/pfctl -t bogons -T replace -f /etc/bogons && /etc/rc.conf_mount_ro +15 8 * * 6 root rm -rf /tmp/* |