commit:     462bb0f5ffa22c751146b7e71a0a4c8070070234
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 14:00:50 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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

Reply via email to