[Integrit-users] Empty file create when Integrit invoked from Cron
Brought to you by:
ecashin
From: PolicyBoy <tno...@fr...> - 2007-05-07 16:25:26
|
I have an issue with Integrit 3.0.2. on OpenBSD 3.6 I have a script that runs fine when invoked manually from command line as root. When it is invoked from root's crontab it produces and empty file. Any ideas? Here is the script. integreport=/root/integrit/jz.$(date +%m%d%y).output integrit -C /cdrom/integrit/iar_root.conf -c > $integreport |