#!/usr/bin/perl # # update.kernel.pl # # Get the latest updates to update.kernel.pl # ------------------------------------------ # include update.pl # # # Get the Latest updates and security patches for this server # ----------------------------------------------------------- # cd /usr/local/src # # cp linux/.config linux/.config.org # # sed -e \ # "s/CONFIG_MODULES=y/# CONFIG_MODULES=n -- turn it off" \ # "s/CONFIG_PROC_FS=y/# CONFIG_PROC_FS=n -- turn if off" \ # < linux/.config.org > linux/.config # # wget www.kernel.org:/latest_kernel # wget www.foo.com:/OWL # wget www.foo.com:/LIDS # wget www.foo.com:/libsafe # # # end of file