summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schrempf2019-02-03 23:16:19 +0100
committerDominik Schrempf2019-02-03 23:16:19 +0100
commit4422e754f3617dacedae40a90653605941335d8f (patch)
treebf106f9edd0e55da9fb426b531b81ab7e731d702
parent3a9597f789a5f097ac1981de209ba990f9092501 (diff)
downloadaur-4422e754f3617dacedae40a90653605941335d8f.tar.gz
Update PID file.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--htpdate.service6
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0586bb731426..4665f95d69cc 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 0ddc3c42eff4..f29ee6e3a153 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.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 116aaba18206..21946d201f92 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