mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
sysvinit: Update to 2.98
- Update sysvinit from 2.88dsf to 2.98 - From version 2.89 mounpoint build was not enabled as standard - Patch created to modify Makefile to define mountpoint to be built - Update of rootfiles - Changelog is ~400 lines long from 2.88dsf to 2.98 - For details see the Changelog in the doc directory in the tarball Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
24c4594bef
commit
59bbf418ca
12
src/patches/sysvinit-2.98_build_mountpoint.patch
Normal file
12
src/patches/sysvinit-2.98_build_mountpoint.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -aup sysvinit-2.98/src/Makefile.orig sysvinit-2.98/src/Makefile
|
||||
--- sysvinit-2.98/src/Makefile.orig 2021-02-12 14:31:56.325112868 +0100
|
||||
+++ sysvinit-2.98/src/Makefile 2021-02-12 14:31:56.257086870 +0100
|
||||
@@ -19,7 +19,7 @@ MANDB := s@^\('\\\\\"\)[^\*-]*-\*- codin
|
||||
# Leave empty if the mountpoint(1) command from util-linux 2.20
|
||||
# and above should be used, otherwise set it to yes.
|
||||
#
|
||||
-MNTPOINT=
|
||||
+MNTPOINT=yes
|
||||
|
||||
# For some known distributions we do not build all programs, otherwise we do.
|
||||
BIN =
|
||||
Reference in New Issue
Block a user