summaryrefslogtreecommitdiffstats
path: root/openrdate/rdate
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 16:46:44 +0100
committerLukc <lukc@upyum.com>2010-12-12 16:46:44 +0100
commit4997bee047f6177ee403039e03963feac1c6b2d1 (patch)
tree4eb775d7b7658c2539b04a3650b3d935cbb9d8aa /openrdate/rdate
parentb81b57f2b73d0231fae3ac7272c493a490813ab0 (diff)
downloadbase-4997bee047f6177ee403039e03963feac1c6b2d1.tar.gz
base-4997bee047f6177ee403039e03963feac1c6b2d1.tar.bz2
base-4997bee047f6177ee403039e03963feac1c6b2d1.tar.xz
base-4997bee047f6177ee403039e03963feac1c6b2d1.zip
Recette de openrdate retirée.
Diffstat (limited to 'openrdate/rdate')
-rw-r--r--openrdate/rdate13
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