diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-03-03 15:00:50 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-03-03 15:10:31 +0100 |
commit | 462bb0f5ffa22c751146b7e71a0a4c8070070234 (patch) | |
tree | bda22841f287744db2ad14fe1cde89ba10ba0697 /sys-power | |
parent | dev-ml/opam-file-format: add 2.1.5 (diff) | |
download | gentoo-462bb0f5ffa22c751146b7e71a0a4c8070070234.tar.gz gentoo-462bb0f5ffa22c751146b7e71a0a4c8070070234.tar.bz2 gentoo-462bb0f5ffa22c751146b7e71a0a4c8070070234.zip |
sys-power/switcheroo-control: Fix typos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 4 |
1 files 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 |