Files
bpfire/config/rootfiles/common/sysvinit
Adolf Belka a1e9afcbaf 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>
2022-03-21 08:51:22 +00:00

46 lines
1005 B
Plaintext

bin/mountpoint
bin/pidof
etc/inittab.d
#sbin/bootlogd
#sbin/fstab-decode
sbin/halt
sbin/init
sbin/killall5
sbin/logsave
sbin/poweroff
sbin/reboot
sbin/runlevel
sbin/shutdown
sbin/sulogin
sbin/telinit
usr/bin/last
usr/bin/lastb
usr/bin/mesg
#usr/bin/readbootlog
usr/bin/utmpdump
usr/bin/wall
#usr/include/initreq.h
#usr/share/man/man1/last.1
#usr/share/man/man1/lastb.1
#usr/share/man/man1/mesg.1
#usr/share/man/man1/mountpoint.1
#usr/share/man/man1/readbootlog.1
#usr/share/man/man1/utmpdump.1
#usr/share/man/man1/wall.1
#usr/share/man/man5/initctl.5
#usr/share/man/man5/initscript.5
#usr/share/man/man5/inittab.5
#usr/share/man/man8/bootlogd.8
#usr/share/man/man8/fstab-decode.8
#usr/share/man/man8/halt.8
#usr/share/man/man8/init.8
#usr/share/man/man8/killall5.8
#usr/share/man/man8/logsave.8
#usr/share/man/man8/pidof.8
#usr/share/man/man8/poweroff.8
#usr/share/man/man8/reboot.8
#usr/share/man/man8/runlevel.8
#usr/share/man/man8/shutdown.8
#usr/share/man/man8/sulogin.8
#usr/share/man/man8/telinit.8