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 0690a11cd6884fe97567a00236f4830d4b4a6910
parent b4b16fc19949fdbd83d94cd96ac53ba33215490b
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue,  8 Nov 2022 12:40:39 +0100

Fix fdmove in s6-svscanboot

Diffstat:
Minstall | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install b/install @@ -79,8 +79,8 @@ $qc/pipeline -w $qc/if -Xnt { $qc/s6-test -f /run/s6-rc/state } $q_all/init/scripts/rc.init } -$qc/fdmove -c 1 3 -$qc/fdmove -c 2 1 +$qc/fdmove -c 3 1 +$qc/fdmove -c 1 2 $qc/unexport ! $qc/cd /run/service $qc/redirfd -wnb 1 /run/service/s6-svscan-log/fifo