summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-24 01:56:41 +0100
committerSam James <sam@gentoo.org>2021-08-24 01:56:41 +0100
commit90fc1f37824aa8d16dd785cf4255264c910724c9 (patch)
tree091bdf00cf8ea872ddde3134597a24a4726df01a
parentdev-python/jupyter_client: keyword 7.0.1 for ~riscv (diff)
downloadgentoo-90fc1f37.tar.gz
gentoo-90fc1f37.tar.bz2
gentoo-90fc1f37.zip
net-misc/chrony: swap pkg_postinst elog order
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/chrony/chrony-4.1-r1.ebuild2
-rw-r--r--net-misc/chrony/chrony-9999.ebuild2
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
}