> I am trying to clean out my potato. I recently removed network news, inn2,
> because I installed it by mistake, thinking it was something else than it is.
> I removed it by using dselect and marking it for removal.
> It is now gone, but cron continues to try to run
>
> rnews -U
>
> every hour, and then sends me, as sysadmin (ha, ha), warning me that it has
> failed to find rnews.
>
> How can I remove this cron job?
> I have looked for crontab files, but I see none.
There are cron.<period> directories in /etc that have this kind of info. But
I'd suspect it's a user (news I think) that has a crontab doing it. Look in
/var/spool/cron/crontabs/ for users and su into news or whoever, then run
'crontab -l' to see if it's doing it, and 'crontab -r', to clear it out.