From 4dac7fef6478cd5f8f0446740297e9dd65933d47 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Thu, 23 Jan 2020 15:54:44 +0100 Subject: bugfix pid file --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- htpdate.service | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ae187a6..d0a3b4a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = htpdate pkgdesc = A client for time synchronisation pkgver = 1.2.2 - pkgrel = 1 + pkgrel = 2 url = http://www.vervest.org/htp/ arch = i686 arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = htpdate source = http://www.vervest.org/htp/archive/c/htpdate-1.2.2.tar.xz source = htpdate.service md5sums = aad8c33933648532ac8716c809b15be1 - md5sums = ed9c9b1222e90e6ee0751f8f88772606 + md5sums = d00fce722a88150cffb1b322e6cc8869 pkgname = htpdate diff --git a/PKGBUILD b/PKGBUILD index f14282c..1ec24cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb pkgname=htpdate pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A client for time synchronisation" arch=(i686 x86_64) url="http://www.vervest.org/htp/" @@ -14,7 +14,7 @@ depends=('glibc') source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") md5sums=('aad8c33933648532ac8716c809b15be1' - 'ed9c9b1222e90e6ee0751f8f88772606') + 'd00fce722a88150cffb1b322e6cc8869') # "100-adjtimex.patch" # "101-daemon-run-in-foreground.patch") diff --git a/htpdate.service b/htpdate.service index 21946d2..509b072 100644 --- a/htpdate.service +++ b/htpdate.service @@ -3,8 +3,8 @@ Description=Htpdate daemon [Service] Type=forking -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 +PIDFile=/run/htpdate.pid +ExecStart=/usr/bin/htpdate -D -a -s -i /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