diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-05 04:37:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-05 04:37:26 +0000 |
commit | 0e70d33c79641a5e72d0bacd5fe00abcff8f0b3e (patch) | |
tree | ae44f07a09a48b1866ba018f00c1153ca9b6fb82 /net-misc/ntp | |
parent | add arm to KEYWORDS and touch up DESCRIPTION (diff) | |
download | historical-0e70d33c79641a5e72d0bacd5fe00abcff8f0b3e.tar.gz historical-0e70d33c79641a5e72d0bacd5fe00abcff8f0b3e.tar.bz2 historical-0e70d33c79641a5e72d0bacd5fe00abcff8f0b3e.zip |
update default config files with smarter default options #59463
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/Manifest | 10 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp-client.confd | 4 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp.conf | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index cd049173b157..bd8cacfd20ec 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -10,9 +10,9 @@ MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451 MD5 af48491e8d6820a3d8eba16a771e5c26 files/digest-ntp-4.1.2 129 MD5 dded11ceec4b8f2c1b140341a357f507 files/linux-config-phone.patch 747 MD5 e82bbe682098cf66f513ca2d11e4bc36 files/ntp-4.1.1b-syscall-libc.patch 522 -MD5 92100aaf48c36e36c2224bd919d84b8f files/ntp-client.confd 1038 +MD5 86ea9d57086a3feb9f00040c03f4e990 files/ntp-client.confd 1039 MD5 2965cff99d89c28ae19c1a967f697777 files/ntp-client.rc 925 -MD5 76c7ef6d15cd17b4a94b4925a4db3913 files/ntp.conf 1422 +MD5 5ccff1a2776610717a78e592e8112ee9 files/ntp.conf 1422 MD5 83dde3b948b28c278d496252494c935f files/ntpd.confd 393 MD5 0ac690ae52fe02f336ae73f9857461ec files/4.2.0-droproot.patch 13908 MD5 24574e6ad1b468152839c10361b51a0f files/4.2.0-linux-config-phone.patch 711 @@ -25,7 +25,7 @@ MD5 5fc28af5c2a508eeb67a4d5d0ffab341 files/digest-ntp-4.2.0-r2 135 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.8 (GNU/Linux) -iD8DBQFBAfdeHTu7gpaalycRApziAJ0U7fw2JS8ITO9zyjorr/hrsiqGeACglK6B -X9Sls61ffJGkfbnGQCuNEAw= -=jUBS +iD8DBQFBEbmmHTu7gpaalycRAmu/AJ9IZSErnZLWCKoZjhuskW5Nfg8fgQCgpt5f +Z4wh500xF+k1ma7CdOxPlT4= +=j+uF -----END PGP SIGNATURE----- diff --git a/net-misc/ntp/files/ntp-client.confd b/net-misc/ntp/files/ntp-client.confd index 37ffb6469b8b..c4fd9362efcc 100644 --- a/net-misc/ntp/files/ntp-client.confd +++ b/net-misc/ntp/files/ntp-client.confd @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.6 2004/07/24 05:44:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.7 2004/08/05 04:37:26 vapier Exp $ # Command to run to set the clock initially # Most people should just leave this line alone ... @@ -12,7 +12,7 @@ NTPCLIENT_CMD="ntpdate" # Most people should just uncomment this variable and # change 'someserver' to a valid hostname which you # can aquire from the URL's below -#NTPCLIENT_OPTS="-Q -b someserver" +NTPCLIENT_OPTS="-Q -b pool.ntp.org" # How long to wait (in seconds) before giving up. # Useful for when you boot and DNS/internet isn't diff --git a/net-misc/ntp/files/ntp.conf b/net-misc/ntp/files/ntp.conf index 26c63b210195..ce6ee7d8d733 100644 --- a/net-misc/ntp/files/ntp.conf +++ b/net-misc/ntp/files/ntp.conf @@ -9,6 +9,8 @@ # Please respect the access policy as stated by the responsible person. #server ntp.example.tld iburst +server pool.ntp.org + ## # A list of available servers can be found here: # http://www.pool.ntp.org/ @@ -27,15 +29,13 @@ driftfile /var/lib/ntp/ntp.drift # If you want to deny all machines (including your own) # from accessing the NTP server, uncomment: -# #restrict default ignore -# To only deny other machines from changing the -# configuration but allow localhost uncomment: -# -#restrict default notrust nomodify -#restrict 127.0.0.1 +# To deny other machines from changing the +# configuration but allow localhost: +restrict default notrust nomodify +restrict 127.0.0.1 # To allow machines within your network to synchronize |