openrdate-1.2 without automake-1.9 dependency

This commit is contained in:
Micha Glave
2014-05-27 15:08:24 +02:00
parent 7aca0501ec
commit 1574be4bf2
5 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/files/openrdate-confd,v 1.1 2008/06/18 21:55:26 robbat2 Exp $
# 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"