#!/usr/bin/perl # # update.services.pl # # Get the latest updates to update.services.pl # -------------------------------------------- # include update.pl # # # Turn off everything # ------------------- # mv /etc/inetd.conf /etc/inetd.orig.conf # cp //inetd.conf /etc/inetd.conf # # # # end of file