chrony: switch to /run.
This commit is contained in:
parent
2a3754c83e
commit
5ea7283504
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue