From nobody Tue Mar 19 08:52:29 2024 X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id C405EDC81C8 for ; Tue, 19 Apr 2016 22:04:09 +0000 (UTC) Received: from sender153-mail.zoho.com (sender153-mail.zoho.com [74.201.84.153]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6B68CDC6ADE for ; Tue, 19 Apr 2016 22:04:08 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:subject:mime-version:content-type:user-agent; b=OAThGCcL2mq/ehHKJ0Z/uB44TIxI3C4WJ+3L/aPfkw52xtnrlLSU8Ed2goP6/wP2iHrN+ciaMA8K HL8kFAzCKSoe07BdN61hxp2V4AIzcHjvlu6eETF0xuZX1GMMXW5g Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1461103446744109.06643218556917; Tue, 19 Apr 2016 15:04:06 -0700 (PDT) Received: from [89.74.38.183] by mail.zoho.com with HTTP;Tue, 19 Apr 2016 15:04:06 -0700 (PDT) Date: Wed, 20 Apr 2016 00:04:06 +0200 From: =?UTF-8?Q?Przemys=C5=82aw_Pawe=C5=82czyk?= To: "alpine-devel" Cc: "Natanael Copa" Message-ID: <154308d4aa5.eb73e20d9192.8520936729534526737@zoho.com> Subject: [alpine-devel] main/lm_sensors: Shouldn't lm_sensors.initd be removed? X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-Virus-Scanned: ClamAV using ClamSMTP Hi, I noticed problem with lm-sensors package, which installs: /etc/init.d/lm_sensors that requires following file in checkconfig(): /etc/conf.d/lm_sensors but sensors-detect since commit 37c2ebe2c596 (2015-05-21) generates: /etc/modules-load.d/lm_sensors.conf which is read by /etc/init.d/modules. Is there any value in keeping useless and non-functional lm_sensors.initd? Regards, Przemek --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Tue Mar 19 08:52:29 2024 X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0AD70DC013A for ; Wed, 20 Apr 2016 11:03:07 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.117]) by mail.alpinelinux.org (Postfix) with ESMTP id C940EDC0139 for ; Wed, 20 Apr 2016 11:03:06 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 280B75A1466; Wed, 20 Apr 2016 11:03:04 +0000 (GMT) Date: Wed, 20 Apr 2016 13:02:56 +0200 From: Natanael Copa To: =?ISO-8859-1?B?UHJ6ZW15cyphdyBQYXdlKmN6eWs=?= Cc: "alpine-devel" Subject: Re: [alpine-devel] main/lm_sensors: Shouldn't lm_sensors.initd be removed? Message-ID: <20160420130256.5772c4e2@ncopa-desktop.alpinelinux.org> In-Reply-To: <154308d4aa5.eb73e20d9192.8520936729534526737@zoho.com> References: <154308d4aa5.eb73e20d9192.8520936729534526737@zoho.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 20 Apr 2016 00:04:06 +0200 Przemys*aw Pawe*czyk wrote: > Hi, >=20 > I noticed problem with lm-sensors package, which installs: >=20 > /etc/init.d/lm_sensors > =20 > that requires following file in checkconfig(): >=20 > /etc/conf.d/lm_sensors >=20 > but sensors-detect since commit 37c2ebe2c596 (2015-05-21) generates: >=20 > /etc/modules-load.d/lm_sensors.conf >=20 > which is read by /etc/init.d/modules. >=20 > Is there any value in keeping useless and non-functional lm_sensors.initd? No. We kept it for compatibility and I think it can be removed now, before 3.4 release. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---