From 13439651edef7ea0bafd095d29d5889f1d8c98b8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 30 Oct 2018 06:09:18 -0700 Subject: Altered path to /usr/bin --- PKGBUILD | 7 ++++--- chronyd.initd | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9db41e5..dce49c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,10 +4,11 @@ # 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 pkgname=chrony-openrc -pkgver=20180712 -pkgrel=2 +pkgver=20181030 +pkgrel=1 pkgdesc="OpenRC chronyd init script" arch=('any') url="https://neueland.iserlohn-fortress.net/gitea/jc_gargma" @@ -18,7 +19,7 @@ conflicts=('ntp' 'ntp-openrc') backup=('etc/init.d/chronyd') source=("chronyd.initd" "chronyd.confd") -sha256sums=('3048e489bb9d8381ef386b903472ea65da19b12fea6ee2934bde515e2a24ed6d' +sha256sums=('b6478246ea5a8adcad55d2569b551e92e7956f21c5aac904de2e1e3616757844' '7997a9453e030d18342937e4aa923eb541b9cee4450660f332aa5ba3eebfaca4') pkgver() { diff --git a/chronyd.initd b/chronyd.initd index d27d27e..bb70f55 100644 --- a/chronyd.initd +++ b/chronyd.initd @@ -50,7 +50,7 @@ start() { start-stop-daemon \ --start \ --quiet \ - --exec /usr/sbin/chronyd \ + --exec /usr/bin/chronyd \ --pidfile "${PIDFILE}" \ -- -f "${CFGFILE}" ${ARGS} eend $? "Failed to start chronyd" -- cgit v1.2.1