On Sun, 8 Jun 2008 09:45:15 -0300
promac gmail com ("Paulo Cavalcanti") wrote:
> Hi,
>
> the latest rkhunter is using the following tmp file
> (/etc/cron.dayly/rkhunter):
>
> # Get a secure tempfile
> TMPFILE1=`/bin/mktemp -p /var/rkhunter/tmp rkhcronlog.XXXXXXXXXX` ||
> exit 1
>
> However, /var/rkhunter/tmp is not create by the rpm, and of course,
> the script always stops.
>
> Previously, it was being used /var/run/rkhunter.
>
> My question is: what the new version is supposed to do?
It should be using /var/run/rkhunter.