From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35E45158083 for ; Thu, 12 Sep 2024 00:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44507E29A4; Thu, 12 Sep 2024 00:43:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B47BE29A4 for ; Thu, 12 Sep 2024 00:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DCA3340CBB for ; Thu, 12 Sep 2024 00:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5FA1AD0 for ; Thu, 12 Sep 2024 00:43:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1726101781.caf59e101d0c0e8bcd442268c993edec227597d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: caf59e101d0c0e8bcd442268c993edec227597d6 X-VCS-Branch: master Date: Thu, 12 Sep 2024 00:43:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b65fde3e-d93d-4d20-a4ac-19d177520436 X-Archives-Hash: 24e10e0179e4c8eb0cce25bd0a40139e commit: caf59e101d0c0e8bcd442268c993edec227597d6 Author: Sam James gentoo org> AuthorDate: Thu Sep 12 00:43:01 2024 +0000 Commit: Sam James gentoo 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 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