diff options
author | Sam James <sam@gentoo.org> | 2021-08-24 01:56:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-24 01:56:41 +0100 |
commit | 90fc1f37824aa8d16dd785cf4255264c910724c9 (patch) | |
tree | 091bdf00cf8ea872ddde3134597a24a4726df01a /net-misc/chrony | |
parent | dev-python/jupyter_client: keyword 7.0.1 for ~riscv (diff) | |
download | gentoo-90fc1f37824aa8d16dd785cf4255264c910724c9.tar.gz gentoo-90fc1f37824aa8d16dd785cf4255264c910724c9.tar.bz2 gentoo-90fc1f37824aa8d16dd785cf4255264c910724c9.zip |
net-misc/chrony: swap pkg_postinst elog order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/chrony/chrony-4.1-r1.ebuild b/net-misc/chrony/chrony-4.1-r1.ebuild index bd15590467d1..8bbf54dc2baf 100644 --- a/net-misc/chrony/chrony-4.1-r1.ebuild +++ b/net-misc/chrony/chrony-4.1-r1.ebuild @@ -246,7 +246,7 @@ pkg_postinst() { elog "To enable seccomp in a stricter mode, please modify:" elog "- /etc/conf.d/chronyd for OpenRC" elog "- systemctl edit chronyd for systemd" - elog "By default, we now use -F 2 which is a baseline/minimal filter." elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)" + elog "By default, we now use -F 2 which is a baseline/minimal filter." fi } diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 3f3cc9880058..6051d64c9884 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -246,7 +246,7 @@ pkg_postinst() { elog "To enable seccomp in a stricter mode, please modify:" elog "- /etc/conf.d/chronyd for OpenRC" elog "- systemctl edit chronyd for systemd" - elog "By default, we now use -F 2 which is a baseline/minimal filter." elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)" + elog "By default, we now use -F 2 which is a baseline/minimal filter." fi } |