[arch-commits] Commit in ntp/trunk (PKGBUILD ntp.conf)

Gaetan Bisson bisson at archlinux.org
Wed Feb 29 21:29:14 UTC 2012


    Date: Wednesday, February 29, 2012 @ 16:29:14
  Author: bisson
Revision: 151694

fix FS#28703 again

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntp.conf

----------+
 PKGBUILD |    4 ++--
 ntp.conf |    8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-29 21:24:24 UTC (rev 151693)
+++ PKGBUILD	2012-02-29 21:29:14 UTC (rev 151694)
@@ -5,7 +5,7 @@
 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 @@
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
           '4e324e625c1f080b5c028be5092aa71adbf9bd99'
           '01394b8a952f5edc85d19df8335eeac3980320f4'
-          'c18b0e35068a06500e1556889b54194e3a63a056'
+          'eb1f63814b9adbd3d518e880fa3b38c375f0fe91'
           '4537d1f58b299d463db5048129cb264511474b0b'
           '4f76f7f9ffc8315ff9924f793f272d4f6939b816')
 

Modified: ntp.conf
===================================================================
--- ntp.conf	2012-02-29 21:24:24 UTC (rev 151693)
+++ ntp.conf	2012-02-29 21:29:14 UTC (rev 151694)
@@ -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




More information about the arch-commits mailing list