Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-26 | Remove rc_parallel from rc.conf | William Hubbs | |
rc_parallel has never been considered a stable feature of openrc. To that end, I am removing the documentation for this feature from rc.conf. It is still available, but bugs against it are not considered stable blockers, and it should only be used currently by developers and users who are willing to test the feature. X-Gentoo-Bug: 391945 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=391945 | |||
2011-07-06 | rc_log_path should be quoted | William Hubbs | |
2011-07-06 | Rename rc_logger_path to rc_log_path | Christian Ruppert | |
2011-07-06 | Document the new rc_logger_path option | Christian Ruppert | |
2011-03-03 | fix typo | William Hubbs | |
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-05 | Implement explicit selection of subsystem types. | Robin H. Johnson | |
- Fixes bugs #347583, #349389, both of which were triggered by cgroups being detected as the LXC subsystem type. - Makes it much easier to select "prefix" type. - "rc -S" will now print a warning if you have not configured rc_sys in /etc/rc.conf - All other semantics of rc_sys are unchanged in this patch. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2010-11-01 | update documentation for rc_interactive | William Hubbs | |
rc_interactive is automatically disabled if rc_parallel is set to YES. Update the documentation in rc.conf to reflect this. This fixes bug #327305. | |||
2010-10-27 | allow net_fs_list to be extended but not replaced | William Hubbs | |
This fixes bug #342825. | |||
2010-01-08 | random spelling fixes | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-10-15 | Add lustre | Roy Marples | |
2009-10-11 | Add more net fs's, Gentoo #284327. | Roy Marples | |
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. |