From dfe7788baa199bb0315b8a99fe125e86b3bfb75d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 1 Dec 2020 20:09:46 -0800 Subject: Remove need net from init Remove forced ipv4 mode by default --- PKGBUILD | 8 ++++---- chronyd.confd | 2 +- chronyd.initd | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c10cc5e..f4b8d1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,11 +10,11 @@ _pkgname=chrony _exname=chronyd pkgname=${_pkgname}-openrc -pkgver=20190211 +pkgver=20201201 pkgrel=1 pkgdesc="OpenRC ${_pkgname} init script" arch=('any') -url="https://neueland.iserlohn-fortress.net/gitea/jc_gargma" +url="https://library.iserlohn-fortress.net/chrony-openrc.git/" license=('GPL2') groups=('openrc-galaxy') depends=('openrc' "${_pkgname}") @@ -26,8 +26,8 @@ source=( "${_exname}.initd" "${_exname}.confd" ) -sha256sums=('e8e014f125a7a8000179e9fad2aad12d4707805bb49dbf702ed4f635b620d946' - 'b3d56d7e8a1b5a6a9de5e89a86523b62b292ecca5c95e7ca74f17ffdf2779462') +b2sums=('a6fda19edee984513bd3536d051506b01edd104f596430b078b65ff985eba8741174396514a1691efdbcb632108f98f4e3aa2c31f24590d6968fb9e5284a8387' + 'fce1ecd7b2d90958e0ef4d34702cb10a70e21d5f5122f9b8ce6490e3ecccd47d7b9238e71a7ea1da5441d26c5737ad8503e4d7a4093241510cc645da8ea7373e') 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" diff --git a/chronyd.initd b/chronyd.initd index 3cca402..270654e 100644 --- a/chronyd.initd +++ b/chronyd.initd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 depend() { - need net +# need net use logger dns } -- cgit v1.2.1