diff options
author | Colin Smith <colin@pfsense.org> | 2005-03-06 06:48:20 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-03-06 06:48:20 +0000 |
commit | c8e6c4efcf2963c8478a6f91dea4ec6208b71c51 (patch) | |
tree | b464ab7756a23e6c15faac0bf90e3ae8eef018e5 | |
parent | b7c502bbc1b0787ac0b3c5e1fe9633eca6c391f4 (diff) | |
download | pfsense-c8e6c4efcf2963c8478a6f91dea4ec6208b71c51.zip pfsense-c8e6c4efcf2963c8478a6f91dea4ec6208b71c51.tar.gz |
Add periodic package sweeping to crontab.
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab index fafc22b..42c0f6e 100644 --- a/etc/crontab +++ b/etc/crontab @@ -10,3 +10,4 @@ HOME=/var/log 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 +1 */4 * * * root /etc/rc.sweeppackages |