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.11 Date: Sun, 24 Nov 2024 13:27:15 +0100 Message-ID: <20241124122715.7506-10-adolf.belka@ipfire.org> In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6291427891480805372==" List-Id: --===============6291427891480805372== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.10 to 3.11 - Update of rootfile not required - Changelog 3.11 * Some escape characters were included in the inittab manual page, but n= ot displayed by the "man" command because they were not (ironically) properly escaped. This has been fixed. * Enabled chaining commands together in the inittab file. This allows the admin to run commands like "task1 && task2" or "task2 || task2" from t= he inittab file. * Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason. * Fix typos/markdown in fstab-decode manual page. Patch provided by Bjarni Ingi Gislason. Signed-off-by: Adolf Belka --- lfs/sysvinit | 6 +++--- ...ountpoint.patch =3D> sysvinit-3.11_build_mountpoint.patch} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/patches/{sysvinit-3.10_build_mountpoint.patch =3D> sysvinit-3.11_= build_mountpoint.patch} (100%) diff --git a/lfs/sysvinit b/lfs/sysvinit index ff5577e5e..d97c62554 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.10 +VER =3D 3.11 =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)_BLAKE2 =3D 894f1ad140f1e92f4d4a2220a9abff6ba106d9f84ee0e001ee8d5a= 0f41a2877e08110d442a2bcd52efc5662838fae36835b067091d37b9f4d295b47c01c26153 +$(DL_FILE)_BLAKE2 =3D a7233509ec31ef6834e145d5912b2c1d3832bf63ffab6eb75c864c= d2a9c4fe053b0e3a5abc20891c7d29596f95dd3aa518e69ad111d5586011fee37b4e23d7cb =20 install : $(TARGET) =20 @@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.10_build_m= ountpoint.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.11_build_m= ountpoint.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/src/patches/sysvinit-3.10_build_mountpoint.patch b/src/patches/s= ysvinit-3.11_build_mountpoint.patch similarity index 100% rename from src/patches/sysvinit-3.10_build_mountpoint.patch rename to src/patches/sysvinit-3.11_build_mountpoint.patch --=20 2.47.0 --===============6291427891480805372==--