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 e9fefbb5cf4a4f0e2f2ba94c73bcbe4ffcd2e3c0
parent d831fbc59756f75beea6217d210d6456ec71bfdd
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Wed, 19 Oct 2022 20:01:57 +0200

Remove old rundir generation

Diffstat:
Minstall | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/install b/install @@ -94,14 +94,3 @@ export TERM "linux" $qc/s6-rc -v 2 -t 600000 -- change ok-all EOF "$cmd/s6-chmod" 755 "$dst/init/scripts/runlevel" || exit $? - -# run-image {{{1 -"$cmd/s6-mkdir" "$dst/init/run-image/service/console-log-tail" || exit $? -"$cmd/s6-cat" >"$dst/init/run-image/service/console-log-tail/run" <<EOF || exit $? -#!$sm_dst_package/command/execlineb -P -$qc/redirfd -w 1 /dev/console -$qc/fdmove -c 2 1 -$qc/pipeline -w { s6-tai64nlocal } -tail -F -n +1 /run/uncaught-logs/current -EOF -"$cmd/s6-chmod" 755 "$dst/init/run-image/service/console-log-tail/run" exit $?