--- /usr/portage/app-forensics/rkhunter/files/rkhunter.cron 2005-09-02 12:05:27.000000000 +0200 +++ files/rkhunter.cron 2009-01-08 15:51:25.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/files/rkhunter.cron,v 1.3 2005/09/02 09:58:35 ka0ttic Exp $ +# $Header: $ # original author: Aaron Walker ########################## Begin Configuration ############################### @@ -60,7 +60,7 @@ fi # moved this out of config section since it'll # probably never need to be changed -RKHUNTER_EXEC="/usr/bin/rkhunter" +RKHUNTER_EXEC="/usr/sbin/rkhunter" # sanity check if [[ ! -x "${RKHUNTER_EXEC}" ]] ; then @@ -91,9 +91,9 @@ case "${VERBOSITY}" in # warnings and errors only 1) RKHUNTER_OPTS="${RKHUNTER_OPTS} --quiet" ;; # default rkhunter output (no extra options) - 2) ;; - # default to option 3 (report-mode) - *) RKHUNTER_OPTS="${RKHUNTER_OPTS} --report-mode" ;; +# 2) ;; + # default to option 3 + *) ;; esac # save old log