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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12BD1382C5 for ; Tue, 30 Mar 2021 02:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5FCE0863; Tue, 30 Mar 2021 02:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8768E0863 for ; Tue, 30 Mar 2021 02:49:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DF66340E09 for ; Tue, 30 Mar 2021 02:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3082630 for ; Tue, 30 Mar 2021 02:49:25 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1617072517.fd84518f2d9ca48effd8f069c8c04fe7f3cc44a5.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdapsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/hdapsd/hdapsd-20141203-r2.ebuild X-VCS-Directories: app-laptop/hdapsd/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: fd84518f2d9ca48effd8f069c8c04fe7f3cc44a5 X-VCS-Branch: master Date: Tue, 30 Mar 2021 02:49:25 +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: db1b36a8-f9bc-4bbd-a04b-a049e6489ab6 X-Archives-Hash: dab3a019c719598abbfc1b09b4e18212 commit: fd84518f2d9ca48effd8f069c8c04fe7f3cc44a5 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Mar 30 02:48:37 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Mar 30 02:48:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd84518f app-laptop/hdapsd: fix trailing slashes in ROOT/EROOT. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> app-laptop/hdapsd/hdapsd-20141203-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-laptop/hdapsd/hdapsd-20141203-r2.ebuild b/app-laptop/hdapsd/hdapsd-20141203-r2.ebuild index 490a8b858c1..be403f7d4d3 100644 --- a/app-laptop/hdapsd/hdapsd-20141203-r2.ebuild +++ b/app-laptop/hdapsd/hdapsd-20141203-r2.ebuild @@ -43,8 +43,8 @@ src_install() { } pkg_postinst() { - [[ -z $(ls "${ROOT}"sys/block/*/queue/protect 2>/dev/null) ]] && \ - [[ -z $(ls "${ROOT}"sys/block/*/device/unload_heads 2>/dev/null) ]] && \ + [[ -z $(ls "${ROOT}"/sys/block/*/queue/protect 2>/dev/null) ]] && \ + [[ -z $(ls "${ROOT}"/sys/block/*/device/unload_heads 2>/dev/null) ]] && \ ewarn "Your kernel does NOT support shock protection." readme.gentoo_print_elog @@ -56,9 +56,9 @@ ${PN} requires a kernel module to function properly. The recommended approach is to install app-laptop/tp_smapi[hdaps], but the in-tree module provided by CONFIG_SENSORS_HDAPS may work as well. -Common daemon parameters can be set in ${EROOT}etc/conf.d/${PN}. If the +Common daemon parameters can be set in ${EROOT}/etc/conf.d/${PN}. If the package was installed with USE=libconfig, then the parameters can also -be set in ${EROOT}etc/${PN}.conf, although the former will take +be set in ${EROOT}/etc/${PN}.conf, although the former will take precedence over the latter if both are used. You can change the default sampling rate by modifing