From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============1477122742272568876==" List-Id: --===============1477122742272568876== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 mo= dules that are required by cpufrequtils. - Therefore cpufrequtils is not a service but a set of tools that are used wh= en required. - SERVICES line made blank so that this addon does not show up in the service= s addon table. - Modified install initscript line to not use SERVICES variable Fixes: Bug#12933 Signed-off-by: Adolf Belka --- 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 =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cpufrequtils -PAK_VER =3D 11 +PAK_VER =3D 12 =20 DEPS =3D =20 -SERVICES =3D cpufreq +SERVICES =3D=20 =20 ############################################################################= ### # Top-level Rules @@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install =20 #install initscripts - $(call INSTALL_INITSCRIPTS,$(SERVICES)) + $(call INSTALL_INITSCRIPTS,cpufreq) =20 @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.37.3 --===============1477122742272568876==--