Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | Fix the nstop keyword. | Roy Marples | |
2009-04-26 | Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh. | Roy Marples | |
2009-04-24 | Don't drop to sulogin by default, but make this configurable. | Roy Marples | |
2009-04-24 | Allow rc to start (optionally stop) crashed services, #120 | Roy Marples | |
2009-04-19 | Document rc_nostop, #118 | Roy Marples | |
2008-10-30 | We no longer hotplug by default. | Roy Marples | |
2008-10-10 | Remove coldplug and just have hotplug which is a list of allowed/disallowed ↵ | Roy Marples | |
services. Makes things much easier. | |||
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples | |
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. | |||
2008-09-26 | Stop ssd from waiting by default - most daemons are good now. | Roy Marples | |
2008-09-18 | Warn about parallel still locking the system. | Roy Marples | |
2008-03-25 | Rework our folder structure so that we don't have OS specific dirs, making ↵ | Roy Marples | |
it easier to share init and conf files per OS. |