#! /usr/bin/perl


###############################################################################
#
# Remove the 'gnats' system from cron
#

system "crontab","-u","gnats","-r";
