From af80f111739befe74f1b684e8248e9ef5d532c2f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 16:05:38 +0300 Subject: contrib: fix errors --- contrib/getty.boot | 4 ++-- contrib/runit.boot | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/getty.boot b/contrib/getty.boot index eaf90d9..3d8079c 100644 --- a/contrib/getty.boot +++ b/contrib/getty.boot @@ -1,4 +1,4 @@ for getty in 1 2 3 4 5 6; do - respawn getty 38400 tty${getty} 2>&1 ; done & # busybox getty - respawn getty /dev/tty${getty} linux 2>&1 ; done & # ubase getty + respawn getty 38400 tty${getty} 2>&1 & # busybox getty + respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty done diff --git a/contrib/runit.boot b/contrib/runit.boot index f8858c9..e8bebb9 100644 --- a/contrib/runit.boot +++ b/contrib/runit.boot @@ -1 +1 @@ -respawn runsvdir -P /var/service ; done & +respawn runsvdir -P /var/service & -- cgit v1.2.3