diff options
Diffstat (limited to 'openrdate/rdate')
-rw-r--r-- | openrdate/rdate | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/openrdate/rdate b/openrdate/rdate deleted file mode 100644 index 1e9218b..0000000 --- a/openrdate/rdate +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# /etc/cron/daily/rdate: synchronize system clock -# -# Note: -# If called with the -a option, rdate use the adjtime -# system call instead of settimeofday to gradually skew -# the local time to the remote time rather than just -# hopping. See rdate(8) and adjtime(2). - -#/usr/bin/rdate -nav pool.ntp.org - -# End of file |