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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64F4E158030 for ; Fri, 3 Mar 2023 14:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A1DE0825; Fri, 3 Mar 2023 14:11:30 +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 0D556E0825 for ; Fri, 3 Mar 2023 14:11:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B900C340821 for ; Fri, 3 Mar 2023 14:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122698B6 for ; Fri, 3 Mar 2023 14:11:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1677852631.462bb0f5ffa22c751146b7e71a0a4c8070070234.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/switcheroo-control/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild X-VCS-Directories: sys-power/switcheroo-control/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 462bb0f5ffa22c751146b7e71a0a4c8070070234 X-VCS-Branch: master Date: Fri, 3 Mar 2023 14:11:27 +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: 3fffe652-0e92-4260-86b1-102ba09f8e14 X-Archives-Hash: f40086d89126e840b6b68ff3fcb50521 commit: 462bb0f5ffa22c751146b7e71a0a4c8070070234 Author: Pacho Ramos gentoo org> AuthorDate: Fri Mar 3 14:00:50 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Mar 3 14:10:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462bb0f5 sys-power/switcheroo-control: Fix typos Signed-off-by: Pacho Ramos gentoo.org> sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild index e6b508a9c0f4..37d903674a98 100644 --- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild @@ -61,9 +61,9 @@ src_install() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "You to enable the service:" + elog "You need to enable the service:" if systemd_is_booted; then - elog "# systemctl enable switcheroo-control" + elog "# systemctl enable ${PN}" else elog "# rc-update add ${PN} default" fi