mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
- 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>
13 lines
502 B
Diff
13 lines
502 B
Diff
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 =
|