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 8e3dcf2c3c08b95dd51a5b8d213c363cf304c8d1
parent bbcf815af376296d8540fcc0ced39de7513f7cc6
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue, 15 Nov 2022 04:20:41 +0100

Non-verbose cp when initializing /run

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -70,7 +70,7 @@ $qc/ifelse { $qc/s6-test -e /run/service } { false } if { - elglob GLOB $(q "$(realpath "$src")")/run-image/* cp -va \$GLOB /run + elglob GLOB $(q "$(realpath "$src")")/run-image/* cp -a \$GLOB /run } mkfifo /run/service/s6-svscan-log/fifo EOF