File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 028.ntpdate.stop
Revision 1.1.1.1.22.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 23 20:51:51 2014 UTC (9 years, 9 months ago) by misho
Branches: elwix2_3
Diff to: branchpoint 1.1.1.1: preferred, colored
remove path

#!/bin/sh

NTP_HOST="europe.pool.ntp.org"

echo "Setting date via ntp $NTP_HOST"
ntpdate -b $NTP_HOST

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