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
===================================================================
--- PKGBUILD    2014-09-07 00:48:41 UTC (rev 221057)
+++ PKGBUILD    2014-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'
+          '0cccca872385e0142888ab48d273fec0669b30a8'
           '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 
 options=('!emptydirs')

Modified: ntp.conf
===================================================================
--- ntp.conf    2014-09-07 00:48:41 UTC (rev 221057)
+++ ntp.conf    2014-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.service        2014-09-07 00:48:41 UTC (rev 221057)
+++ ntpd.service        2014-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]

Reply via email to