From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sysvinit: Update to version 3.00 Date: Wed, 01 Dec 2021 13:55:04 +0000 Message-ID: In-Reply-To: <20211201123023.3436775-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7405888394383831242==" List-Id: --===============7405888394383831242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 1 Dec 2021, at 12:30, Adolf Belka wrote: >=20 > - Update from 2.99 to 3.00 > - Update of rootfile not required > - Changelog > sysvinit (3.00) released; urgency=3Dlow > * Applied patch from Matthias Schiffer which allows bootlogd to read from > a wider range of consoles. The console name is already passed in from = the > kernel command line using "console=3D". We no longer filter out names = as strictly > but do now check to confirm the "console=3D" device points to a valid = TTY. >=20 > Signed-off-by: Adolf Belka > --- > lfs/sysvinit | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/sysvinit b/lfs/sysvinit > index 7bf631a05..7b195bfae 100644 > --- a/lfs/sysvinit > +++ b/lfs/sysvinit > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 2.99 > +VER =3D 3.00 >=20 > THISAPP =3D sysvinit-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 6abc0ea61b8dd4a41b4e931a43b1bb90 > +$(DL_FILE)_MD5 =3D 6d54ca5b648decb106103c01d415417f >=20 > install : $(TARGET) >=20 > --=20 > 2.34.0 >=20 --===============7405888394383831242==--