Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | migrate fully to meson build system | William Hubbs | |
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489. | |||
2021-12-23 | capabilities: Add support for Linux capabilities(7) | LinkTed | |
This adds capabilities for start-stop-daemon by adding --capabilities option. As a result, the user can specify the inheritable, ambient and bounding set by define capabilities in the service script. This fixes #314. | |||
2021-09-07 | update README | William Hubbs | |
2021-09-04 | add meson build files | William Hubbs | |
Closes #116. Closes #171. Closes #172. Closes #175. | |||
2021-09-04 | README: add note about github discussions | William Hubbs | |
2021-05-23 | move the irc channel to the libera network | William Hubbs | |
2021-04-03 | README: convert references to markdown links | William Hubbs | |
2021-04-02 | README: force references to be on separate lines for github | William Hubbs | |
2021-03-29 | drop reference to gentoo bugzilla | William Hubbs | |
OpenRC has a bug tracker on github, so ask people to file issues there. | |||
2021-03-18 | README: Wrap 'make install' in backticks | btdmaster | |
This fixes #412 | |||
2020-12-22 | remove statement about not providing an init | Patrick Noll | |
This fixes #359. | |||
2020-01-11 | Fix typo in README | Andrew Scheller | |
This fixes #338 | |||
2019-02-13 | add experimental support for an alternate shell for service scripts | William Hubbs | |
This is for #288. | |||
2018-01-12 | Reformat and fix titles in documentation | William Hubbs | |
2017-12-07 | Make bash-completion and zsh-completion optional | William Hubbs | |
2017-05-31 | openrc-init: add optional sysvinit compatibility | William Hubbs | |
2017-02-22 | move init.d examples under support and install them | William Hubbs | |
2017-02-17 | Move deptree2dot to the support folder | William Hubbs | |
Since deptree2dot and the perl requirement are completely optional, we can move this tool to the support folder. This gives the user the option of using it if they have perl installed, and means we do not have an optional runtime dependency on perl. Documentation for this tool has also been added to the support folder. X-Gentoo-Bug: 600742 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=600742 | |||
2016-07-14 | Remove the DEBUG_MEMORY macro | William Hubbs | |
This fixes #43. | |||
2015-04-22 | README.md: small formatting changes | William Hubbs | |
2015-04-22 | Update README.md format and bug reporting information | William Hubbs | |
2015-04-22 | Rename README README.md | William Hubbs | |
This fixes #26. |