Annotation of elwix/config/etc/default/rc.d/028.ntpdate.stop, revision 1.1

1.1     ! 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>