diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-29 23:53:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-29 23:53:54 +0000 |
commit | 269c5432a644afb6a29aafbc396f12206a48e6fa (patch) | |
tree | 50bbf500972654df918a08711aa7323f89f433b6 /etc/crontab | |
parent | 567cf23dc5cdd178ff2c7a2cf40f018fa4942069 (diff) | |
download | pfsense-269c5432a644afb6a29aafbc396f12206a48e6fa.zip pfsense-269c5432a644afb6a29aafbc396f12206a48e6fa.tar.gz |
Remove periodic scripts and other helpers
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/crontab b/etc/crontab index 9081e3e..4e1d922 100644 --- a/etc/crontab +++ b/etc/crontab @@ -2,12 +2,7 @@ SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log #minute hour mday month wday who command -*/5 * * * * root /usr/bin/nice -n20 /usr/libexec/atrun -*/11 * * * * operator /usr/bin/nice -n20 /usr/libexec/save-entropy 0 * * * * root /usr/bin/nice -n20 newsyslog -1 3 * * * root /usr/bin/nice -n20 periodic daily -15 4 * * 6 root /usr/bin/nice -n20 periodic weekly -30 5 1 * * root /usr/bin/nice -n20 periodic monthly 1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a 1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh */60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout |