commit: caf59e101d0c0e8bcd442268c993edec227597d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 00:43:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 00:43:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf59e10
dev-debug/dtrace: don't wrap einfo line so hard
I have a tendency to do this when something is indented as it's not
then obvious what the limit is. Oops.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild | 6 ++----
dev-debug/dtrace/dtrace-9999.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild
b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild
index 955143cae695..d3a2543a5f97 100644
--- a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild
+++ b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild
@@ -181,12 +181,10 @@ pkg_postinst() {
# One option for this is to detect when it's needed (DOF stash
layout changes)
# and then e.g. sleep and restart for the user.
if systemd_is_booted ; then
- einfo "Restart the DTrace 'dtprobed' service after
upgrades"
- einfo "once all dtraces are stopped with:"
+ einfo "Restart the DTrace 'dtprobed' service after
upgrades once all dtraces are stopped with:"
einfo " systemctl try-restart dtprobed"
else
- einfo "Restart the DTrace 'dtprobed' service after
upgrades"
- einfo "once all dtraces are stopped with:"
+ einfo "Restart the DTrace 'dtprobed' service after
upgrades once all dtraces are stopped with:"
einfo " /etc/init.d/dtprobed restart"
fi
else
diff --git a/dev-debug/dtrace/dtrace-9999.ebuild
b/dev-debug/dtrace/dtrace-9999.ebuild
index bf3f510929ed..5c1b20ad3238 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -181,12 +181,10 @@ pkg_postinst() {
# One option for this is to detect when it's needed (DOF stash
layout changes)
# and then e.g. sleep and restart for the user.
if systemd_is_booted ; then
- einfo "Restart the DTrace 'dtprobed' service after
upgrades"
- einfo "once all dtraces are stopped with:"
+ einfo "Restart the DTrace 'dtprobed' service after
upgrades once all dtraces are stopped with:"
einfo " systemctl try-restart dtprobed"
else
- einfo "Restart the DTrace 'dtprobed' service after
upgrades"
- einfo "once all dtraces are stopped with:"
+ einfo "Restart the DTrace 'dtprobed' service after
upgrades once all dtraces are stopped with:"
einfo " /etc/init.d/dtprobed restart"
fi
else