]> git.ipfire.org Git - ipfire-2.x.git/commit
sysvinit: Update rootfile to fix bug 12797
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 17 Mar 2022 21:27:15 +0000 (22:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Mar 2022 08:51:22 +0000 (08:51 +0000)
commita1e9afcbaffbb8ca594db1da783c5926b14ea982
treec04ddc00cbae25a73b9237966a50cc26ee1b0bb9
parentbfde1c5af3add95ef1d54ae4f0a4616a08ac6589
sysvinit: Update rootfile to fix bug 12797

- In sysvinit-2.97 (Dec2020) a patch was added which allows init to load configuration data
   from files stored in /etc/inittab.d/
   This modification would have come in with Core Update 155.
- When sysvinit was updated from 2.88dsf to 2.98 the /etc/inittab.d/ directory in the
   rootfile was commented out.
  Sysvinit looks to see if there are any files in inittab.d but as that directory does not
   exist then the message "No inittab.d directory found" is written during the boot and is
   also shown in the log summary.
- This patch uncomments the directory so that it will be present. No files will be placed
   in it but its prescence will stop the error message being shown during boot.

Fixes: Bug #12797
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/sysvinit