summaryrefslogtreecommitdiff
path: root/net-misc/openrdate/files/openrdate-confd
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openrdate/files/openrdate-confd')
-rw-r--r--net-misc/openrdate/files/openrdate-confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/openrdate/files/openrdate-confd b/net-misc/openrdate/files/openrdate-confd
new file mode 100644
index 000000000000..fb4ee4caa746
--- /dev/null
+++ b/net-misc/openrdate/files/openrdate-confd
@@ -0,0 +1,12 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# the NTP or RFC868/time server to get the date from
+RDATE_SERVER="pool.ntp.org"
+
+# Options to pass to rdate
+# "-s" is mandatory to set the system time, and
+# is passed regardless of this variable.
+# "-n" says that we are using an NTP server instead of a RFC868/time server.
+# "-c" is for leap seconds, which is needed on NTP servers.
+OPENRDATE_OPTS="-n -c"