This commit is contained in:
Thomas von Dein
2020-11-28 12:36:49 +01:00
parent 54ea11a971
commit 8cdab3fb8a

2
jaildk
View File

@@ -160,7 +160,7 @@ jaildk_rc_rcoff() {
if ! test -d $j/etc/rcoff; then if ! test -d $j/etc/rcoff; then
# in order to be backwards compatible to older jaildk # in order to be backwards compatible to older jaildk
# create the rcoff directory on the fly # create the rcoff directory on the fly
mkdir -d $j/etc/rcoff mkdir -p $j/etc/rcoff
( echo "#!/bin/sh" ( echo "#!/bin/sh"
echo 'echo "$0 disabled in build chroot!"' ) > $j/etc/rcoff/rc echo 'echo "$0 disabled in build chroot!"' ) > $j/etc/rcoff/rc
fi fi