On Saturday 17 April 2004 15:10, Adam Funk wrote: > Following a recent apt-get upgrade, the morning e-mail from aide's > cron job is a lot shorter (and less useful that it used to be): .... > It used to include the list of added|removed|changed files (althought > truncated if it exceeded a fairly large number of lines). Now that > information isn't even in /var/log/aide/aide.log -- which only > contains > the extremely short summary above. To get the list of changes I have > to run ``aide --update'' from a console or at. > > How can I change it back?
I figured this out on my own and I'm posting the solution in case anybody else looks for it. /etc/cron.daily/aide now contains the lines: AIDEARGS="-V0" .... aide $AIDEARGS --$COMMAND >"$LOGDIR/$LOGFILE" 2>"$ERRORTMP" Changing it to AIDEARGS="" lets the aide command use its default verbosity setting, which includes the list of changes. Hope this helps someone else, Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]