summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
-rw-r--r--chronyd.confd2
2 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6698f47..9f26f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,6 @@
# # I maintain this because:
# Artix lacks this init script entirely
# Gentoo version doesn't drop to custom user
-# Gentoo version doesn't forbid ipv6
# Gentoo version uses /usr/sbin
# Gentoo version sets the conf as executable
# Gentoo version just doesn't work properly
@@ -11,8 +10,8 @@
_pkgname=chrony
_exname=chronyd
pkgname=${_pkgname}-openrc
-pkgver=20190127
-pkgrel=2
+pkgver=20190204
+pkgrel=1
pkgdesc="OpenRC ${_pkgname} init script"
arch=('any')
url="https://neueland.iserlohn-fortress.net/gitea/jc_gargma"
@@ -28,7 +27,7 @@ source=(
"${_exname}.confd"
)
sha256sums=('e8e014f125a7a8000179e9fad2aad12d4707805bb49dbf702ed4f635b620d946'
- 'b3d56d7e8a1b5a6a9de5e89a86523b62b292ecca5c95e7ca74f17ffdf2779462')
+ '21a835b6286d682c1e7823e774e76036423487caefc66452c728b13b6fc060e2')
package() {
install -Dm755 ${srcdir}/${_exname}.initd ${pkgdir}/etc/init.d/${_exname}
diff --git a/chronyd.confd b/chronyd.confd
index c2e3058..b25907d 100644
--- a/chronyd.confd
+++ b/chronyd.confd
@@ -9,4 +9,4 @@ CFGFILE="/etc/chrony/chrony.conf"
# The combination of "-s -r" allows chronyd to perform long term averaging of
# the gain or loss rate across system reboots and shutdowns.
-ARGS="-4 -u chrony"
+ARGS="-u chrony"