From 76e20e25aefd48684b421d0a1452e49c579426e4 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 16:46:59 +0100 Subject: Recette de openrdate ajoutée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openrdate/rdate | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openrdate/rdate (limited to 'openrdate/rdate') diff --git a/openrdate/rdate b/openrdate/rdate new file mode 100644 index 0000000..1e9218b --- /dev/null +++ b/openrdate/rdate @@ -0,0 +1,13 @@ +#!/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 -- cgit v1.2.3-54-g00ecf