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

2014-09-07 Thread Gaetan Bisson
Date: Monday, September 8, 2014 @ 06:06:01
  Author: bisson
Revision: 221108

improve ntp.conf

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 02:46:48 UTC (rev 221107)
+++ PKGBUILD2014-09-08 04:06:01 UTC (rev 221108)
@@ -18,7 +18,7 @@
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
-  '805d064098340b80ad95d115a0c59bd9f7a721b4'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 

Modified: ntp.conf
===
--- ntp.conf2014-09-08 02:46:48 UTC (rev 221107)
+++ ntp.conf2014-09-08 04:06:01 UTC (rev 221108)
@@ -1,9 +1,13 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
 # For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
 # - the ntp.conf man page
-# - http://support.ntp.org/bin/view/Support/GettingStarted
-# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
 
-# Associate to public NTP pool servers; see http://www.pool.ntp.org/
+# Associate to Arch's NTP pool
 server 0.arch.pool.ntp.org
 server 1.arch.pool.ntp.org
 server 2.arch.pool.ntp.org



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

2014-09-07 Thread Gaetan Bisson
Date: Sunday, September 7, 2014 @ 09:06:22
  Author: bisson
Revision: 221058

implement FS#41700, remove PID file

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

--+
 PKGBUILD |6 +++---
 ntp.conf |8 
 ntpd.service |3 +--
 3 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 00:48:41 UTC (rev 221057)
+++ PKGBUILD2014-09-07 07:06:22 UTC (rev 221058)
@@ -6,7 +6,7 @@
 _pkgname=ntp-dev
 _pkgver=4.2.7p465
 pkgver=${_pkgver/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -18,8 +18,8 @@
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
-  'c728d3003d1476b36233695369a25ebce290aee9'
-  'c6d540074f98f57a162738f2bdae409b52cce72d'
+  '805d064098340b80ad95d115a0c59bd9f7a721b4'
+  '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 
 options=('!emptydirs')

Modified: ntp.conf
===
--- ntp.conf2014-09-07 00:48:41 UTC (rev 221057)
+++ ntp.conf2014-09-07 07:06:22 UTC (rev 221058)
@@ -4,10 +4,10 @@
 # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
 
 # Associate to public NTP pool servers; see http://www.pool.ntp.org/
-server 0.pool.ntp.org
-server 1.pool.ntp.org
-server 2.pool.ntp.org
-server 3.pool.ntp.org
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
 
 # By default, the server allows:
 # - all queries from the local host

Modified: ntpd.service
===
--- ntpd.service2014-09-07 00:48:41 UTC (rev 221057)
+++ ntpd.service2014-09-07 07:06:22 UTC (rev 221058)
@@ -6,8 +6,7 @@
 [Service]
 Type=forking
 PrivateTmp=true
-PIDFile=/run/ntpd.pid
-ExecStart=/usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pid
+ExecStart=/usr/bin/ntpd -g -u ntp:ntp
 Restart=always
 
 [Install]



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

2013-07-18 Thread Gaetan Bisson
Date: Thursday, July 18, 2013 @ 09:22:34
  Author: bisson
Revision: 190826

remove obsolete comment

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 07:06:20 UTC (rev 190825)
+++ PKGBUILD2013-07-18 07:22:34 UTC (rev 190826)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=14
+pkgrel=15
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -18,7 +18,7 @@
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  'f6a2292c26a201d9305669e99463fb54e5603b3f'
+  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
   'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
   '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
 )

Modified: ntp.conf
===
--- ntp.conf2013-07-18 07:06:20 UTC (rev 190825)
+++ ntp.conf2013-07-18 07:22:34 UTC (rev 190826)
@@ -17,6 +17,3 @@
 
 # Location of drift file
 driftfile /var/lib/ntp/ntp.drift
-
-# NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
-# here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net



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

2012-02-29 Thread Gaetan Bisson
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
===
--- PKGBUILD2012-02-29 21:24:24 UTC (rev 151693)
+++ PKGBUILD2012-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.conf2012-02-29 21:24:24 UTC (rev 151693)
+++ ntp.conf2012-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