CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / openrdate / rdate
CommitLineData
bb4cc7c4
JB
1#!/bin/sh
2#
3# /etc/cron/daily/rdate: synchronize system clock
4#
5# Note:
6# If called with the -a option, rdate use the adjtime
7# system call instead of settimeofday to gradually skew
8# the local time to the remote time rather than just
9# hopping. See rdate(8) and adjtime(2).
10
11#/usr/bin/rdate -nav pool.ntp.org
12
13# End of file