diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-26 19:49:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-26 19:50:54 +0200 |
commit | def2c6ace829ce9e98c8963802a0b3baf916ac72 (patch) | |
tree | dcd11221a916fc4b0b9a0bd19a0f295c93190b8b /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | sys-apps/systemd: revbump for static-libs support (diff) | |
download | gentoo-def2c6ace829ce9e98c8963802a0b3baf916ac72.tar.gz gentoo-def2c6ace829ce9e98c8963802a0b3baf916ac72.tar.bz2 gentoo-def2c6ace829ce9e98c8963802a0b3baf916ac72.zip |
net-misc/ntpsec: update unit file to avoid CVE-2015-5300
Bug: https://bugs.gentoo.org/697024
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec/ntpsec-9999.ebuild')
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 7cc6f74f6d34..050f701b387d 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -131,7 +131,7 @@ src_install() { newconfd "${FILESDIR}"/ntpd.confd ntp # Install the systemd unit file - systemd_newunit "${FILESDIR}"/ntpd.service ntpd.service + systemd_newunit "${FILESDIR}"/ntpd-r1.service ntpd.service # Prepare a directory for the ntp.drift file mkdir -pv "${ED}"/var/lib/ntp |