From patchwork Mon Sep 19 14:51:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6005 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MWSLK2BQtz3wbx for ; Mon, 19 Sep 2022 14:51:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MWSLG5fr3zVt; Mon, 19 Sep 2022 14:51:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MWSLG4yKrz2yfn; Mon, 19 Sep 2022 14:51:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MWSLF4bz3z2x9j for ; Mon, 19 Sep 2022 14:51:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MWSLD1dNfzVt; Mon, 19 Sep 2022 14:51:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1663599092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ImsAqp/ZtTPUXM24bDBZ+1ZWxZyeMjq52NRl/3nlShg=; b=bxac89L9sx+t6PProIpRJLNHkM71LmCbaxwEodHIQ9/LeJPoQ6uxywuWxkW1xD99iV9Zoa 5EsARtsIdwO5PWDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1663599092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ImsAqp/ZtTPUXM24bDBZ+1ZWxZyeMjq52NRl/3nlShg=; b=jnpQnjUS8yXNzrQmegukGqp1N64Who0EyANwazMXvix1aRBGxLgACFEzw7X8kMJ7drdPX3 Tjw44fxFsQrgA1UdEw1kbMELeIGYkvHko1UIUFQfEQt2TXiXdyBvFc+P1PrJ8vM5jebuJz J7vWhmRFpvTsqDN24UWz+N+h89f0prWQnuBvS5LMgyKe/JwpIIQBSnZY/vke2U4eDvcKsN QCnRou0UT+XOXJWOPTv/GQgWRjkLmjx10BR6waHIVuHdlvjHgDJvVlXNHo58AM4FaWrJqm pF0L2tk6gub470kLxf+pvICa13ts6ybsmNF/ZGR5s7WdlnGuTHBg5c8Msm3cYQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cpufrequtils: Remove SERVICES entry for this package - fixes Bug#12933 Date: Mon, 19 Sep 2022 16:51:29 +0200 Message-Id: <20220919145129.6714-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - cpufrequtils is a set of "tools" to manage and set cpu freq settings. - There is an initscript but this is only loading the cpu dependent kernel modules that are required by cpufrequtils. - Therefore cpufrequtils is not a service but a set of tools that are used when required. - SERVICES line made blank so that this addon does not show up in the services addon table. Fixes: Bug#12933 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/cpufrequtils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index 752964198..9076a70d7 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -34,11 +34,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cpufrequtils -PAK_VER = 11 +PAK_VER = 12 DEPS = -SERVICES = cpufreq +SERVICES = ############################################################################### # Top-level Rules