diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:42:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:42:24 +0000 |
commit | da406e65b57164a3476c9b50c2953df7dbd807ee (patch) | |
tree | b4665edcaed258384f22aa60bc7e249bee06fbed /net-misc/ntp/files/ntpd-4.1.1b.confd | |
parent | minor permissions bug fix and move to stable (diff) | |
download | gentoo-2-da406e65b57164a3476c9b50c2953df7dbd807ee.tar.gz gentoo-2-da406e65b57164a3476c9b50c2953df7dbd807ee.tar.bz2 gentoo-2-da406e65b57164a3476c9b50c2953df7dbd807ee.zip |
version bump + patches #17336 #21017 #21444 #26023
Diffstat (limited to 'net-misc/ntp/files/ntpd-4.1.1b.confd')
-rw-r--r-- | net-misc/ntp/files/ntpd-4.1.1b.confd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/net-misc/ntp/files/ntpd-4.1.1b.confd b/net-misc/ntp/files/ntpd-4.1.1b.confd new file mode 100644 index 000000000000..bb518a2a872b --- /dev/null +++ b/net-misc/ntp/files/ntpd-4.1.1b.confd @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd-4.1.1b.confd,v 1.1 2003/08/06 07:42:24 vapier Exp $ + +# NOTES: +# - NTPDATE variables below are used if you wish to set your +# clock when you start the ntp init.d script +# - make sure that the NTPDATE_CMD will close by itself ... +# the init.d script will not attempt to kill/stop it +# - ntpd will be used to maintain synchronization with a time +# server regardless of what NTPDATE is set to +# - read each of the comments above each of the variable + +# Comment this out if you dont want the init script to warn +# about not having ntpdate setup +NTPDATE_WARN="y" + +# Command to run to set the clock initially +# Most people should just uncomment this line ... +# however, if you know what you're doing, and you +# want to use ntpd to set the clock, change this to 'ntpd' +#NTPDATE_CMD="ntpdate" + +# Options to pass to the above command +# Most people should just uncomment this variable and +# change 'someserver' to a valid hostname which you +# can aquire from the URL's below +#NTPDATE_OPTS="-b someserver" + +## +# A list of available servers is available here: +# http://www.eecis.udel.edu/~mills/ntp/servers.html +# Please follow the rules of engagement and use a +# Stratum 2 server (unless you qualify for Stratum 1) +## + +# Options to pass to the ntpd process that will *always* be run +# Most people should not uncomment this line ... +# however, if you know what you're doing, feel free to tweak +#NTPD_OPTS="" |