From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] cpufrequtils: Remove SERVICES entry for this package - fixes Bug#12933 Date: Mon, 19 Sep 2022 19:18:32 +0200 Message-ID: <7123D054-E04C-4811-B42E-C6A46CC002B5@ipfire.org> In-Reply-To: <20220919145129.6714-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0322568004270001579==" List-Id: --===============0322568004270001579== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 19 Sep 2022, at 16:51, Adolf Belka wrote: >=20 > - 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 servi= ces addon table. >=20 > Fixes: Bug#12933 > Signed-off-by: Adolf Belka > --- > lfs/cpufrequtils | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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 >=20 --===============0322568004270001579==--