unified the naming system for all crontabs
[feisty_meow.git] / infobase / configuration / cron / chkrootkit.crontab
1
2 #[chkrootkit]
3 # this runs chkrootkit to demonstrate a bug in the vm kernel currently
4 # provided by...?  hmmm: who's the vendor?
5 3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt ) &>>/tmp/${USER}-cron-chkrootkit.log 
6 4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) &>>/tmp/${USER}-cron-chkrootkit.log 
7