Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Split halt.sh into halt, killprocs, romount and savecache services.
The reboot runlevel is removed but mapped to shutdown.
The halt script should be moved to the sysvinit package.
|
|
|
|
The runlevels shutdown, reboot, sysinit and single should be called by
init(8) and shutdown(8) and not manually.
sysvinit users will have to add sulogin to their inittab to secure the
console.
|
|
|
|
|
|
services. Makes things much easier.
|
|
mounting various bits in /dev and /sys.
init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems)
To make development of this easier we now return an empty RC_STRINGLIST
instead of a NULL for empty things.
If you don't have a udev init script installed, don't reboot your box OR
roll back to an older OpenRC version.
|
|
valgrind debuggers need it.
|
|
the default level.
|
|
|
|
runlevel. Fixes #100.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
framebuffer module in init.sh (Gentoo #219929. Ideally someone should tell me why this is happening and if there is a better fix.
|
|
|
|
resolve the waitpid issue, Gentoo #219179.
|
|
|
|
|
|
default runlevel.
|
|
|
|
|
|
The application may not wish this behaviour and should fork/exec the service itself.
|
|
|
|
new list for start_services.
|
|
|
|
|
|
|
|
ease bug reporting / information gathering
|
|
|
|
|
|
|
|
|
|
from glibc.
|
|
|
|
expensive malloc calls.
|
|
|
|
|
|
from queue(3). Refactor code style around the BSD KNF.
|
|
|
|
|
|
|
|
|
|
|