Annotation of elwix/config/etc/uboot/rc.d/028.ntpdate.stop, revision 1.2

1.2     ! misho       1: #!/bin/sh
        !             2: 
        !             3: NTP_HOST="europe.pool.ntp.org"
        !             4: 
        !             5: echo "Setting date via ntp $NTP_HOST"
        !             6: /usr/sbin/ntpdate -b $NTP_HOST

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>