diff options
author | William Hubbs <williamh@gentoo.org> | 2009-12-19 19:21:01 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-12-19 19:21:01 +0000 |
commit | 1c30112f6568129b2e811817d5f7db43f56e9a0a (patch) | |
tree | 7e5a4b55a90ee75a99721ead07006809037ca7e6 /app-forensics/rkhunter/files | |
parent | Version bump (diff) | |
download | historical-1c30112f6568129b2e811817d5f7db43f56e9a0a.tar.gz historical-1c30112f6568129b2e811817d5f7db43f56e9a0a.tar.bz2 historical-1c30112f6568129b2e811817d5f7db43f56e9a0a.zip |
This rev bump closes #268719 and #268762.
Package-Manager: portage-2.2_rc60/cvs/Linux i686
Diffstat (limited to 'app-forensics/rkhunter/files')
-rw-r--r-- | app-forensics/rkhunter/files/rkhunter-1.3.cron | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/rkhunter/files/rkhunter-1.3.cron b/app-forensics/rkhunter/files/rkhunter-1.3.cron index fc92f4d20e39..67a4755a59e0 100644 --- a/app-forensics/rkhunter/files/rkhunter-1.3.cron +++ b/app-forensics/rkhunter/files/rkhunter-1.3.cron @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/files/rkhunter-1.3.cron,v 1.1 2009/01/18 00:20:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/files/rkhunter-1.3.cron,v 1.2 2009/12/19 19:21:00 williamh Exp $ # original author: Aaron Walker <ka0ttic@gentoo.org> ########################## Begin Configuration ############################### @@ -81,7 +81,7 @@ exec > ${_tmpout} 2>&1 if [[ "${UPDATE}" == "yes" ]] ; then # save the output of --update in a tmp file so that it can be mailed # along with the scan output; otherwise the user will get 2 mails - ${RKHUNTER_EXEC} --update + ${RKHUNTER_EXEC} --nocolor --update fi # formulate options string according to user configuration |