core-system-init-freebsd

core-system init submodule, FreeBSD version
git clone https://ccx.te2000.cz/git/core-system-init-freebsd
Log | Files | Refs

commit af5edc758833808ea3744e1bdbbec1c71456c756
parent 78c07e674b73a10bcaccff6df95f8f262198595b
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue,  8 Nov 2022 13:30:27 +0100

Version-agnostic paths in s6-svscan-log

Diffstat:
Mrun-image/service/s6-svscan-log/run | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/run-image/service/s6-svscan-log/run b/run-image/service/s6-svscan-log/run @@ -1,5 +1,5 @@ -#!/versions/package.0cdae366bb614b547cf8d614c9b214def9014dbf/package/admin/execline/command/execlineb -P +#!/command/execlineb -P -/versions/package.0cdae366bb614b547cf8d614c9b214def9014dbf/package/admin/execline/command/redirfd -w 1 /dev/null -/versions/package.0cdae366bb614b547cf8d614c9b214def9014dbf/package/admin/execline/command/redirfd -rnb 0 fifo -/versions/package.0cdae366bb614b547cf8d614c9b214def9014dbf/package/admin/s6/command/s6-log -bpd3 -- t /run/uncaught-logs +/command/redirfd -w 1 /dev/null +/command/redirfd -rnb 0 fifo +/command/s6-log -bpd3 -- t /run/uncaught-logs