Time synchronization is very important in any distributed computing environment. Many tools, including mail, NFS, Samba, etc, will not work in an ideal fashion without synchronized clocks. This document shows you how to set up your linux box to synchronize to the network time servers.
While it is possible to run a ntp daemon to maintain synchronization super-accurately, this eats up a meg of memory. Thus I recommend the following cron job strategy.
XNTP_INITIAL_UPDATE="ntp1.suse.com ntp2.suse.com"
These are the two timeservers on our network. Please note that
the spacing must match the above line _exactly_.
Created jan.19.2000 / Joshua Rodman <jrodman@suse.com>