From patchwork Wed Sep 21 10:37:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6006 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 4MXZcB2wWJz3wc2 for ; Wed, 21 Sep 2022 10:37:30 +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 4MXZc83yMTzqr; Wed, 21 Sep 2022 10:37:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MXZc838sDz2yYM; Wed, 21 Sep 2022 10:37:28 +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 4MXZc72MMKz2yTT for ; Wed, 21 Sep 2022 10:37:27 +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 4MXZc64qSVzVt; Wed, 21 Sep 2022 10:37:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1663756646; 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=fMBTuB0QJUr15r+OH8FLMIpMW7j5D0CqJi7HW2bsA18=; b=bnQ6SMuJ4y0buJkRHbIZcyLm+oB5PInrFZSwenhNlS3NUkROJggkfixIumnr++3xRgJm9v LdqPJuKLmCdz/ECw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1663756646; 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=fMBTuB0QJUr15r+OH8FLMIpMW7j5D0CqJi7HW2bsA18=; b=RVB1/6sa0RaR6lcsWmxE/oTGyb320Tj9FaCnhcR1yRg+ZmKVD5/qLZ/oS2NAvzGl+N8f1n gXAHL5A7ZpEmtvVZQRiEhYLMnK63UpdoMUsM71/17brdM6P8BpO9Go6zwbcSFSkyKCD++f LATBWYHWE5EBsSTcZ78jYujeEC5Q4fWBqFvRFywvQMspLYJaYv7pGpYxg367HRp096EPSw psUfJxJyKkYmwDV8XcHN2vONXLVXPewnHdSVfT0Pe7b4fHvPKdiWTXnObQ8ui1hFY0hJtP MY7ml6fcmlZ328Dl/LBKpzzfEKc2FeWX/X5HAmZAO1oM25dzAzMdQwR1JQgfNA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2] cpufrequtils: Remove SERVICES entry for this package - fixes Bug#12933 Date: Wed, 21 Sep 2022 12:37:19 +0200 Message-Id: <20220921103719.3810-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. - Modified install initscript line to not use SERVICES variable Fixes: Bug#12933 Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch --- lfs/cpufrequtils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index 752964198..dab254014 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 @@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install #install initscripts - $(call INSTALL_INITSCRIPTS,$(SERVICES)) + $(call INSTALL_INITSCRIPTS,cpufreq) @rm -rf $(DIR_APP) @$(POSTBUILD)