From 4422e754f3617dacedae40a90653605941335d8f Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Sun, 3 Feb 2019 23:16:19 +0100 Subject: Update PID file. --- .SRCINFO | 8 +++----- PKGBUILD | 4 ++-- htpdate.service | 6 +++--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0586bb7..4665f95 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,7 @@ -# Generated by mksrcinfo v8 -# Thu Jan 25 14:13:04 UTC 2018 pkgbase = htpdate pkgdesc = A client for time synchronisation pkgver = 1.2.0 - pkgrel = 1 + pkgrel = 2 url = http://www.vervest.org/htp/ arch = i686 arch = x86_64 @@ -11,8 +9,8 @@ pkgbase = htpdate depends = glibc source = http://www.vervest.org/htp/archive/c/htpdate-1.2.0.tar.xz source = htpdate.service - md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa - md5sums = b419153625904d9a5544e585f69c66c5 + md5sums = 9d5ca69be06edf5d535b52b5f790da4e + md5sums = ed9c9b1222e90e6ee0751f8f88772606 pkgname = htpdate diff --git a/PKGBUILD b/PKGBUILD index 0ddc3c4..f29ee6e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb pkgname=htpdate pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A client for time synchronisation" arch=(i686 x86_64) url="http://www.vervest.org/htp/" @@ -11,7 +11,7 @@ license=(GPL2) depends=('glibc') source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") md5sums=('9d5ca69be06edf5d535b52b5f790da4e' - 'fd11d26ebff84d9538ce9ab6238fae73') + 'ed9c9b1222e90e6ee0751f8f88772606') build() { cd ${pkgname}-${pkgver} make diff --git a/htpdate.service b/htpdate.service index 116aaba..21946d2 100644 --- a/htpdate.service +++ b/htpdate.service @@ -1,10 +1,10 @@ [Unit] -Description=Htpdate Daemon +Description=Htpdate daemon [Service] Type=forking -PIDFile=/run/htpdate.pid -ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org +PIDFile=/var/run/htpdate.pid +ExecStart=/usr/bin/htpdate -D -a -s -i /var/run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org [Install] WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2