Ansolon
Dec 2 2003, 08:42 PM
Hi After I use Redhat 9.0 I am taking this message with email everyday.
/etc/cron.daily/logrotate:
error: Ignoring httpd.rpmorig, because of .rpmorig ending
How can I fix this and what is the problem?
Thanks
eth00
Dec 2 2003, 11:31 PM
Looks like you installed httpd via rpm and thats just the old file. IF APACHE works fine do this
whereis httpd.rpmorig
and just rm -f the file it shows you
if no files show up use the find command
find / |grep httpd.rpmorig
that WILL find the file if its on your disk
hope this helps, of course this error is nothing bad so you can just ignore it as well.