summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schrempf2020-01-23 15:54:44 +0100
committerDominik Schrempf2020-01-23 15:54:44 +0100
commit4dac7fef6478cd5f8f0446740297e9dd65933d47 (patch)
treecb59ade97f49769e389323d1d00242762701cb21
parent566bb51a3635b6c58ca70a3653dcd88d45a58c86 (diff)
downloadaur-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.gz
bugfix pid file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--htpdate.service4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae187a67a4ed..d0a3b4a99fc8 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 f14282c44a24..1ec24cd89247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb>
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 21946d201f92..509b0722170f 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