Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Tue, 24 Aug 2021 00:57:14
Message-Id: 1629766601.90fc1f37824aa8d16dd785cf4255264c910724c9.sam@gentoo
1 commit: 90fc1f37824aa8d16dd785cf4255264c910724c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 00:56:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 00:56:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fc1f37
7
8 net-misc/chrony: swap pkg_postinst elog order
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/chrony/chrony-4.1-r1.ebuild | 2 +-
13 net-misc/chrony/chrony-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/chrony/chrony-4.1-r1.ebuild b/net-misc/chrony/chrony-4.1-r1.ebuild
17 index bd15590467d..8bbf54dc2ba 100644
18 --- a/net-misc/chrony/chrony-4.1-r1.ebuild
19 +++ b/net-misc/chrony/chrony-4.1-r1.ebuild
20 @@ -246,7 +246,7 @@ pkg_postinst() {
21 elog "To enable seccomp in a stricter mode, please modify:"
22 elog "- /etc/conf.d/chronyd for OpenRC"
23 elog "- systemctl edit chronyd for systemd"
24 - elog "By default, we now use -F 2 which is a baseline/minimal filter."
25 elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)"
26 + elog "By default, we now use -F 2 which is a baseline/minimal filter."
27 fi
28 }
29
30 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
31 index 3f3cc988005..6051d64c988 100644
32 --- a/net-misc/chrony/chrony-9999.ebuild
33 +++ b/net-misc/chrony/chrony-9999.ebuild
34 @@ -246,7 +246,7 @@ pkg_postinst() {
35 elog "To enable seccomp in a stricter mode, please modify:"
36 elog "- /etc/conf.d/chronyd for OpenRC"
37 elog "- systemctl edit chronyd for systemd"
38 - elog "By default, we now use -F 2 which is a baseline/minimal filter."
39 elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)"
40 + elog "By default, we now use -F 2 which is a baseline/minimal filter."
41 fi
42 }