Cron job issues

I am using McAffee Virus Scan antivirus program on my Solaris 10 systems. It is set up where antivirus scans are executed through cron. Lately, I have had problems with the antivirus scan script, so I edited the root cron file under /var/spool/cron/crontabs, where I commented the syntax to kick of the antivirus scan. But the virus scan is still being executed. Then I removed the syntax all together in the cron file and the virus scan is still running on schedule. I dont see anywhere else that the antivirus scan is being prompted to run. The only thing that I was able to do was rename the virus scan script but somewhere, that syntax is being executed, because even then, i get a cron report saying the the virus scan script file cannot be found.

Is there anywhere besides cron where scheduled programs/scripts are executed?

[843 byte] By [DCMetroSunAdmin] at [2007-11-26 10:22:00]
# 1
No, but you have to edit the crontabs using "crontab -e", if you edit the crontabfiles directly you should stop/start the cron daemon to ensure that the daemon re-reads them. 7/M.
mAbrante at 2007-7-7 2:21:55 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
I will give it a try and I will let you know if it works. Thanks for your help.
DCMetroSunAdmin at 2007-7-7 2:21:55 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
It has worked.I have been observing the last couple days and no problems. Thanks.
DCMetroSunAdmin at 2007-7-7 2:21:55 > top of Java-index,Solaris Operating System,Solaris 10 Features...