openrc/sh
William Hubbs 7c31e504d5 build: drop ROOTPREFIX setting
This change removes the ROOTPREFIX build setting.

If your OS expects to have / mounted earlier in the boot process than
/usr, you will need to pass the appropriate directory settings to "meson
setup" as part of the build process, for example:

$ meson setup \
    --bindir /bin --libdir /lib64 --libexecdir /lib --sbindir /sbin \
    build

also, move plugins  to ```libdir/rc/plugins``` which is the standard
location for plugins accessed via dlopen.
2024-09-23 13:23:12 -05:00
..
binfmt.sh.in binfmt: ignore empty lines (#492) 2022-04-09 14:36:47 -04:00
cgroup-release-agent.sh.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
functions.sh.in build: drop ROOTPREFIX setting 2024-09-23 13:23:12 -05:00
gendepends.sh.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
init-early.sh.Linux.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
init.sh.BSD.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
init.sh.GNU-kFreeBSD.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
init.sh.GNU.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
init.sh.Linux.in init: add missing eend to /run mount #554 2023-01-15 14:58:27 -05:00
meson.build build: drop ROOTPREFIX setting 2024-09-23 13:23:12 -05:00
openrc-run.sh.in use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
rc-cgroup.sh sh/rc-cgroup.sh: add openrc. prefix the cgroupv2 path 2024-01-09 10:09:59 -06:00
rc-functions.sh Podman detection 2024-07-25 14:09:10 +02:00
rc-mount.sh use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
runit.sh use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
s6.sh use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
start-stop-daemon.sh fix quoting of loggers in start-stop-daemon 2022-07-03 12:40:34 -05:00
supervise-daemon.sh sh/supervise-daemon.sh: Proper casing for --no-new-privs 2023-11-02 13:35:37 -04:00