Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | update dependencies for clock service | William Hubbs | |
The clock services had a very long list of "before" dependencies that referred to other services within OpenRC. For ease of maintenance, convert these to "after clock" dependencies in the individual services. | |||
2016-07-27 | init.d/sysctl.in: typo fix | William Hubbs | |
2016-07-19 | init.d: combine sysctl scripts | William Hubbs | |
We had separate sysctl scripts for each operating system. However, there is no need to do this since we can detect the operating system at runtime with $RC_UNAME. | |||
2008-03-26 | Split sysctl into Linux and BSD specific files. | Roy Marples | |
2008-03-25 | Fix sysctl on Linux and BSD. | 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. |