File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 028.ntpdate.stop
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    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>