aboutsummaryrefslogtreecommitdiff
path: root/security/rkhunter
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-07 18:50:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-07 18:50:36 +0000
commit0e8c0b7bd4edbb7f880ff1b29f32e505694e860d (patch)
tree0ee2e0600ebce2ebaaff8b3b5788348d2ba835b7 /security/rkhunter
parent736f44403137c4e03307d3f98534e6cfeac7db5c (diff)
downloadports-0e8c0b7bd4edbb7f880ff1b29f32e505694e860d.tar.gz
ports-0e8c0b7bd4edbb7f880ff1b29f32e505694e860d.zip
* Use the option --nocolors to make daily report pretty.
* Remove the option --cronjob to show the result in daily report. PR: 119130 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer via mail
Notes
Notes: svn path=/head/; revision=205182
Diffstat (limited to 'security/rkhunter')
-rw-r--r--security/rkhunter/files/415.rkhunter.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rkhunter/files/415.rkhunter.in b/security/rkhunter/files/415.rkhunter.in
index c481308f20e9..fa1b27598118 100644
--- a/security/rkhunter/files/415.rkhunter.in
+++ b/security/rkhunter/files/415.rkhunter.in
@@ -19,7 +19,7 @@ case "$daily_rkhunter_update_enable" in
echo ""
echo "Updating the rkhunter database..."
- %%PREFIX%%/bin/rkhunter --update
+ %%PREFIX%%/bin/rkhunter --update --nocolors
;;
esac
@@ -28,6 +28,6 @@ case "$daily_rkhunter_check_enable" in
echo ""
echo "Running rkhunter..."
- %%PREFIX%%/bin/rkhunter --checkall --cronjob --skip-keypress
+ %%PREFIX%%/bin/rkhunter --checkall --nocolors --skip-keypress
;;
esac