Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-23 | Fix shebangs in services to point to the correct location of runscript | Andrew Gregory | |
SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> | |||
2012-07-26 | Bring Back prefix support | William Hubbs | |
We now have a team member who is interested in OpenRC on prefix, so I am bringing it back to the main tree. | |||
2012-02-21 | Remove prefix support | William Hubbs | |
I spoke with the prefix team sometime back and was told that they do not have an interest in using OpenRC on prefix systems. | |||
2012-02-10 | root.in: split a long line for readability | William Hubbs | |
2012-02-09 | Remount already mounted filesystems. | Piotr Karbowski | |
This was modified by William Hubbs to use the checkpath helper and to improve readability. Signed-off-by: William Hubbs <williamh@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (tested with genkernel /usr mount changes); | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples | |
Patch by bug reporter. | |||
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-27 | Style. | Roy Marples | |
2009-02-12 | root should respect inittab, #148. | Roy Marples | |
2008-04-17 | Respect shutdown -F on Linux to force fsck, #59 | Roy Marples | |
2008-04-09 | Respect shutdown's fastboot. | Roy Marples | |
2008-03-03 | Split VPS into VSERVER and OPENVZ | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-03-02 | Don't check for root in prefix. | Roy Marples | |