From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sysvinit: Update to version 3.00 Date: Wed, 01 Dec 2021 13:30:23 +0100 Message-ID: <20211201123023.3436775-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1846469277273754886==" List-Id: --===============1846469277273754886== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 t= he kernel command line using "console=3D". We no longer filter out names a= s strictly but do now check to confirm the "console=3D" device points to a valid T= TY. Signed-off-by: Adolf Belka --- lfs/sysvinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --===============1846469277273754886==--