#!/bin/tcsh -x ######################################### # # fix timezone # rm -f /etc/localtime ln -s /usr/share/zoneinfo/posix/EST5EDT /etc/localtime # # # #########################################