[arch-commits] Commit in ntp/trunk (PKGBUILD ntpd.service)
Gaetan Bisson
bisson at nymeria.archlinux.org
Sat Jan 11 16:48:39 UTC 2014
Date: Saturday, January 11, 2014 @ 17:48:38
Author: bisson
Revision: 203482
implement FS#38459
Modified:
ntp/trunk/PKGBUILD
ntp/trunk/ntpd.service
--------------+
PKGBUILD | 4 ++--
ntpd.service | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-11 16:19:45 UTC (rev 203481)
+++ PKGBUILD 2014-01-11 16:48:38 UTC (rev 203482)
@@ -5,7 +5,7 @@
pkgname=ntp
pkgver=4.2.6.p5
_realver=4.2.6p5
-pkgrel=17
+pkgrel=18
pkgdesc='Network Time Protocol reference implementation'
url='http://www.ntp.org/'
license=('custom')
@@ -19,7 +19,7 @@
'ntpdate.service')
sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
- 'ff8370719f003f184563b7d6068c03086678482f'
+ 'dd24216e8333e12d5080965696602591c72537b1'
'e1c48cba549b7d21501aadf513926e463884c090'
)
Modified: ntpd.service
===================================================================
--- ntpd.service 2014-01-11 16:19:45 UTC (rev 203481)
+++ ntpd.service 2014-01-11 16:48:38 UTC (rev 203482)
@@ -5,7 +5,8 @@
[Service]
Type=forking
PrivateTmp=true
-ExecStart=/usr/bin/ntpd -g -u ntp:ntp
+PIDFile=/run/ntpd.pid
+ExecStart=/usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pid
Restart=always
[Install]
More information about the arch-commits
mailing list