#!/bin/bash # Thomas Chung # 2003-12-21 echo "Creating daily cron job to check for new virus updates from f-prot server..." ln -sf /usr/local/f-prot/check-updates.sh /etc/cron.daily/f-prot.cron echo "Testing daily cron job to check new virus updates from f-prot server..." /etc/cron.daily/f-prot.cron echo "Done!"