Re: [Integrit-users] Empty file create when Integrit invoked from Cron
Brought to you by:
ecashin
From: Yuri D'E. <wa...@us...> - 2007-05-19 21:20:06
|
In article <464...@we...>, "PolicyBoy" <tno...@fr...> wrote: > 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 Check the $PATH (or try a full pathname). Check root's mail for possible error output. |