diff -ruN --exclude=CVS /usr/ports/security/rkhunter.orig/files/415.rkhunter.in /usr/ports/security/rkhunter/files/415.rkhunter.in --- /usr/ports/security/rkhunter.orig/files/415.rkhunter.in 2007-12-29 20:25:32.000000000 +0800 +++ /usr/ports/security/rkhunter/files/415.rkhunter.in 2007-12-29 20:37:27.000000000 +0800 @@ -19,7 +19,7 @@ echo "" echo "Updating the rkhunter database..." - %%PREFIX%%/bin/rkhunter --update + %%PREFIX%%/bin/rkhunter --update --nocolors ;; esac @@ -28,6 +28,6 @@ echo "" echo "Running rkhunter..." - %%PREFIX%%/bin/rkhunter --checkall --cronjob --skip-keypress + %%PREFIX%%/bin/rkhunter --checkall --nocolors --skip-keypress ;; esac