#!/bin/sh
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting NTPD"
printhl "    Fetching time"
msg=`/usr/bin/ntpdate pool.ntp.org `
#printhl "   $msg"

exec /usr/bin/ntpd -n -p /var/run/ntpd.pid 2>/dev/null
