--- /etc/anacrontab~	2003-07-23 00:33:28.000000000 +0900
+++ /etc/anacrontab	2005-04-12 01:48:55.000000000 +0900
@@ -5,6 +5,6 @@
 SHELL=/bin/sh
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-1	65	cron.daily		run-parts /etc/cron.daily
-7	70	cron.weekly		run-parts /etc/cron.weekly
-30	75	cron.monthly		run-parts /etc/cron.monthly
+1	65	cron.daily	/bin/nice -10	run-parts /etc/cron.daily
+7	70	cron.weekly	/bin/nice -10	run-parts /etc/cron.weekly
+30	75	cron.monthly	/bin/nice -10	run-parts /etc/cron.monthly

--- /etc/crontab~	2001-04-09 23:15:40.000000000 +0900
+++ /etc/crontab	2005-04-12 01:48:14.000000000 +0900
@@ -4,7 +4,7 @@
 HOME=/
 
 # run-parts
-01 * * * * root run-parts /etc/cron.hourly
-02 4 * * * root run-parts /etc/cron.daily
-22 4 * * 0 root run-parts /etc/cron.weekly
-42 4 1 * * root run-parts /etc/cron.monthly
+01 * * * * root /bin/nice -10 run-parts /etc/cron.hourly
+02 4 * * * root /bin/nice -10 run-parts /etc/cron.daily
+22 4 * * 0 root /bin/nice -10 run-parts /etc/cron.weekly
+42 4 1 * * root /bin/nice -10 run-parts /etc/cron.monthly
