aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-04-06migrate fully to meson build systemWilliam 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-23capabilities: 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-07update READMEWilliam Hubbs
2021-09-04add meson build filesWilliam Hubbs
Closes #116. Closes #171. Closes #172. Closes #175.
2021-09-04README: add note about github discussionsWilliam Hubbs
2021-05-23move the irc channel to the libera networkWilliam Hubbs
2021-04-03README: convert references to markdown linksWilliam Hubbs
2021-04-02README: force references to be on separate lines for githubWilliam Hubbs
2021-03-29drop reference to gentoo bugzillaWilliam Hubbs
OpenRC has a bug tracker on github, so ask people to file issues there.
2021-03-18README: Wrap 'make install' in backticksbtdmaster
This fixes #412
2020-12-22remove statement about not providing an initPatrick Noll
This fixes #359.
2020-01-11Fix typo in READMEAndrew Scheller
This fixes #338
2019-02-13add experimental support for an alternate shell for service scriptsWilliam Hubbs
This is for #288.
2018-01-12Reformat and fix titles in documentationWilliam Hubbs
2017-12-07Make bash-completion and zsh-completion optionalWilliam Hubbs
2017-05-31openrc-init: add optional sysvinit compatibilityWilliam Hubbs
2017-02-22move init.d examples under support and install themWilliam Hubbs
2017-02-17Move deptree2dot to the support folderWilliam 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-14Remove the DEBUG_MEMORY macroWilliam Hubbs
This fixes #43.
2015-04-22README.md: small formatting changesWilliam Hubbs
2015-04-22Update README.md format and bug reporting informationWilliam Hubbs
2015-04-22Rename README README.mdWilliam Hubbs
This fixes #26.