summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-12 01:43:01 +0100
committerSam James <sam@gentoo.org>2024-09-12 01:43:01 +0100
commitcaf59e101d0c0e8bcd442268c993edec227597d6 (patch)
tree4ac868c3a3089596860894dd5a5159848a449f1c /dev-debug
parentdev-debug/dtrace: tidy up more TODOs (diff)
downloadgentoo-caf59e101d0c0e8bcd442268c993edec227597d6.tar.gz
gentoo-caf59e101d0c0e8bcd442268c993edec227597d6.tar.bz2
gentoo-caf59e101d0c0e8bcd442268c993edec227597d6.zip
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@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild6
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild6
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