From 9ff97db6951550a28a70b27491a446da9d736176 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Mar 2012 00:01:28 +0000 Subject: Fri Mar 2 00:01:27 UTC 2012 --- extra/ntp/PKGBUILD | 6 +++--- extra/ntp/ntp.conf | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'extra/ntp') diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index d1d2e2fb1..9b4d97908 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 151633 2012-02-29 01:32:42Z bisson $ +# $Id: PKGBUILD 151695 2012-02-29 21:30:41Z bisson $ # Maintainer: Gaetan Bisson # Contributor: kevin pkgname=ntp pkgver=4.2.6.p5 _realver=4.2.6p5 -pkgrel=4 +pkgrel=5 pkgdesc='Network Time Protocol reference implementation' url='http://www.ntp.org/' license=('custom') @@ -22,7 +22,7 @@ source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz" sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192' '4e324e625c1f080b5c028be5092aa71adbf9bd99' '01394b8a952f5edc85d19df8335eeac3980320f4' - 'c18b0e35068a06500e1556889b54194e3a63a056' + 'eb1f63814b9adbd3d518e880fa3b38c375f0fe91' '4537d1f58b299d463db5048129cb264511474b0b' '4f76f7f9ffc8315ff9924f793f272d4f6939b816') diff --git a/extra/ntp/ntp.conf b/extra/ntp/ntp.conf index 0d548ac1e..a27b22820 100644 --- a/extra/ntp/ntp.conf +++ b/extra/ntp/ntp.conf @@ -6,12 +6,14 @@ # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon # Associate to public NTP pool servers; see http://www.pool.ntp.org/ -pool pool.ntp.org +server 0.pool.ntp.org +server 1.pool.ntp.org +server 2.pool.ntp.org # Only allow read-only access from localhost restrict default noquery nopeer -restrict 127.0.0.1 noserve nomodify -restrict ::1 noserve nomodify +restrict 127.0.0.1 +restrict ::1 # Location of drift and log files driftfile /var/lib/ntp/ntp.drift -- cgit v1.2.3-54-g00ecf