freebsd-ports/security/rkhunter/pkg-message
Helge Oldach c85caa3933 security/rkhunter: Modernize and correct the periodic script
Modernize the script but use a compatibility shim to maintain previous
variables.

PR:		272516
Reported by:	freebsd@oldach.net
Approved by:	lukasz@wasikowski.net (maintainer)
2023-07-28 08:31:32 +02:00

19 lines
566 B
Text

[
{ type: install
message: <<EOM
You should keep your rkhunter database up-to-date.
This can be done automatically by putting this line to periodic.conf(5) files:
security_rkhunter_update_enable="YES"
security_rkhunter_update_period="daily"
security_rkhunter_update_flags="--update --nocolors"
Also, you can run rkhunter as a part of the daily security check by
putting this line to periodic.conf(5) files:
security_rkhunter_check_enable="YES"
security_rkhunter_check_period="daily"
security_rkhunter_check_flags="--checkall --nocolors --skip-keypress"
EOM
}
]