Commit Graph

22 Commits

Author SHA1 Message Date
William Hubbs 391d12db48 migrate fully to meson build system
- 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.
2022-04-06 10:51:55 -05:00
LinkTed 6e214b2616 capabilities: Add support for Linux capabilities(7)
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-12-23 17:29:10 -05:00
William Hubbs c9b64b64fa update README 2021-09-07 16:13:35 -05:00
William Hubbs d6622a1156 add meson build files
Closes #116.
Closes #171.
Closes #172.
Closes #175.
2021-09-04 16:01:29 -05:00
William Hubbs 92004a2ed6 README: add note about github discussions 2021-09-04 14:23:18 -05:00
William Hubbs 1d282ddc80 move the irc channel to the libera network 2021-05-23 16:45:32 -05:00
William Hubbs b7c03dea27 README: convert references to markdown links 2021-04-03 15:13:09 -05:00
William Hubbs 901b752463 README: force references to be on separate lines for github 2021-04-02 12:35:29 -05:00
William Hubbs bfffe2c585 drop reference to gentoo bugzilla
OpenRC has a bug tracker on github, so ask people to file issues there.
2021-03-29 12:55:04 -05:00
btdmaster 897c2c00ef README: Wrap 'make install' in backticks
This fixes #412
2021-03-18 16:50:43 -05:00
Patrick Noll 5c9c2a1939 remove statement about not providing an init
This fixes #359.
2020-12-22 12:10:15 -06:00
Andrew Scheller 039845b742 Fix typo in README
This fixes #338
2020-01-11 12:16:19 -06:00
William Hubbs d64c9d2050 add experimental support for an alternate shell for service scripts
This is for #288.
2019-02-13 18:22:25 -06:00
William Hubbs fee2ffe559 Reformat and fix titles in documentation 2018-01-12 14:10:42 -06:00
William Hubbs fb96c9c127 Make bash-completion and zsh-completion optional 2017-12-07 12:53:04 -06:00
William Hubbs 1564e155b7 openrc-init: add optional sysvinit compatibility 2017-05-31 18:07:02 -05:00
William Hubbs 4207e46622 move init.d examples under support and install them 2017-02-22 14:45:16 -06:00
William Hubbs 6f614cd3f3 Move deptree2dot to the support folder
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
2017-02-17 12:06:03 -06:00
William Hubbs 3a1262703f Remove the DEBUG_MEMORY macro
This fixes #43.
2016-07-14 16:52:57 -05:00
William Hubbs 362dfa3380 README.md: small formatting changes 2015-04-22 15:39:24 -05:00
William Hubbs dccc0a9129 Update README.md format and bug reporting information 2015-04-22 14:54:12 -05:00
William Hubbs c2aa56a7c4 Rename README README.md
This fixes #26.
2015-04-22 14:47:56 -05:00