aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6/s6_compat_el_semicolon.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ftrig using sass; clean up API a bit, update its usersLaurent Bercot2026-03-161-19/+15
|
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make execline dependency optionalLaurent Bercot2019-12-231-0/+54
This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.