diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 12:04:20 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 12:04:56 +0200 |
commit | 5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff (patch) | |
tree | 74d0ff3ac5bdc5a0b6cdb9f714feb13334259f0c /net-misc | |
parent | net-misc/chrony: Add USE=samba to support MS-SNTP authentication (diff) | |
download | gentoo-5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff.tar.gz gentoo-5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff.tar.bz2 gentoo-5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff.zip |
net-misc/chrony: Set default path for hwclockfile
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/695632
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.0_pre3.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 35baea6c5e29..ed8ec05dd522 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index a63c3f3d33c2..8ff387f448ec 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index a63c3f3d33c2..8ff387f448ec 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt |