diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-08 02:50:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-08 02:50:36 +0800 |
commit | 279e27248fd4007695cbf5be18d62a08dacdd7b4 (patch) | |
tree | 7b6881ae3a1e4ca3684e29d4c10052efc8592a58 /security/rkhunter | |
parent | a2b8a36733b656c22038e8f16b6b7b0ff15ea756 (diff) | |
download | freebsd-ports-graphics-279e27248fd4007695cbf5be18d62a08dacdd7b4.tar.gz freebsd-ports-graphics-279e27248fd4007695cbf5be18d62a08dacdd7b4.tar.zst freebsd-ports-graphics-279e27248fd4007695cbf5be18d62a08dacdd7b4.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
Diffstat (limited to 'security/rkhunter')
-rw-r--r-- | security/rkhunter/files/415.rkhunter.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rkhunter/files/415.rkhunter.in b/security/rkhunter/files/415.rkhunter.in index c481308f20e..fa1b2759811 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 |