commit: 90fc1f37824aa8d16dd785cf4255264c910724c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 00:56:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 00:56:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fc1f37
net-misc/chrony: swap pkg_postinst elog order
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/chrony/chrony-4.1-r1.ebuild | 2 +-
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 bd15590467d..8bbf54dc2ba 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 3f3cc988005..6051d64c988 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
}