From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============0737967932372831925==" List-Id: --===============0737967932372831925== 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. Fixes: Bug#12933 Signed-off-by: Adolf Belka --- 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 =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 --=20 2.37.3 --===============0737967932372831925==--