diff options
author | Sam James <sam@gentoo.org> | 2024-09-12 01:43:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-12 01:43:01 +0100 |
commit | caf59e101d0c0e8bcd442268c993edec227597d6 (patch) | |
tree | 4ac868c3a3089596860894dd5a5159848a449f1c /dev-debug | |
parent | dev-debug/dtrace: tidy up more TODOs (diff) | |
download | gentoo-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.ebuild | 6 | ||||
-rw-r--r-- | 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 |