From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH v2] cpufrequtils: Remove SERVICES entry for this package - fixes Bug#12933 Date: Wed, 21 Sep 2022 12:41:11 +0200 Message-ID: In-Reply-To: <20220921103719.3810-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0410697165708300425==" List-Id: --===============0410697165708300425== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 21.09.2022 um 12:37 schrieb Adolf Belka: > - 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. > - Modified install initscript line to not use SERVICES variable >=20 > Fixes: Bug#12933 > Signed-off-by: Adolf Belka > --- > lfs/cpufrequtils | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 > #########################################################################= ###### > # 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) --===============0410697165708300425==--