Time client setup


  1. Immediate synchronization with e.g.:
     
    /usr/etc/ntp -v -s -f de.pool.ntp.org # 88.198.58.166 
    
  2. The file /etc/ntp.conf must contain the entry:
     
    server de.pool.ntp.org 
    
  3. Start the client daemon in /etc/rc.local:
     
    [-f /usr/etc/ntpd] && {
       /usr/etc/ntpd -n & echo -n ' ntpd' >/dev/console
    }
    
    

Last update: 7-Feb-2007, M.Kraemer