diff --git a/srcpkgs/chrony/files/chrony.conf b/srcpkgs/chrony/files/chrony.conf index a9ab668b46..0f2a38fdc1 100644 --- a/srcpkgs/chrony/files/chrony.conf +++ b/srcpkgs/chrony/files/chrony.conf @@ -129,7 +129,7 @@ dumpdir /var/log/chrony # still running and bail out. If you want to change the path to the PID # file, uncomment this line and edit it. The default path is shown. -! pidfile /var/run/chronyd.pid +pidfile /run/chronyd.pid ####################################################################### ### INITIAL CLOCK CORRECTION diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index b2ea4de139..9caa5cd988 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -1,14 +1,14 @@ # Template file for 'chrony' pkgname=chrony version=1.26 -revision=6 -homepage="http://chrony.tuxfamily.org/" -distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz" +revision=7 build_style=gnu-configure makedepends="libcap-devel readline-devel" short_desc="Sets your computer's clock from time servers on the Net" maintainer="Juan RP " license="GPL-2" +homepage="http://chrony.tuxfamily.org/" +distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz" checksum=fb191ca4ba59e192c96d022618ca3eaee49f3c11f9af8dd7297020b27bf3e05b long_desc=" It consists of a pair of programs: chronyd. This is a daemon which runs in @@ -29,8 +29,6 @@ make_dirs=" /var/log/chrony 0755 chrony chrony /var/db/chrony 0755 chrony chrony" - - post_install() { vinstall ${FILESDIR}/chrony.conf 644 etc vinstall ${FILESDIR}/chrony.service 644 lib/systemd/system