CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: updated kernel headers to 4.9.5
[ports/core-arm.git] / openrdate / rdate
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