Joseph A Nagy Jr said: > William Hooper wrote: >> Joseph A Nagy Jr said: [snip] >> [whooper@xxxxxxxx whooper]$ cat /etc/cron.daily/rpm >> #!/bin/sh >> >> rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \ >> | sort > /var/log/rpmpkgs >> [whooper@xxxxxxxx whooper]$ >> >> The mails are sent by logwatch, so you probably want to look at it's >> config in /etc/log.d/logwatch.conf. The reason you are still getting >> info >> about up2date might also be related to bug 80496: >> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80496 >> > > No, I don't get those types of emails. I'll copy and paste tomorrow's > message, That would be a help in tracking it down. > although I think I was mistaking the output of the RPM script > for up2date still running. Umm... The rpm script has no output, it is piped to the /var/log/rpmpkgs file (see above). -- William Hooper