From b4096dd2f5656ff2add82321256c34621c70b9f3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 9 Jul 2005 22:47:47 +0000 Subject: Full path to nice --- etc/crontab | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/etc/crontab b/etc/crontab index fdf9d31..9e37c75 100644 --- a/etc/crontab +++ b/etc/crontab @@ -2,13 +2,12 @@ SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log #minute hour mday month wday who command -*/5 * * * * root /usr/libexec/atrun -*/11 * * * * operator nice -n20 /usr/libexec/save-entropy -0 * * * * root newsyslog -1 3 * * * root periodic daily -15 4 * * 6 root periodic weekly -30 5 1 * * root periodic monthly -1,31 0-5 * * * root adjkerntz -a -*/5 * * * * root nice -n20 /etc/rc.prunecaptiveportal +*/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 +*/5 * * * * root /usr/bin/nice -n20 /etc/rc.prunecaptiveportal */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/* -- cgit v1.1