commit f9a14d192f33920ca4a18ae883b1ddc5bfcf8129 parent 9404de3164b5670118156c719c814dd59c9acbbf Author: sin <sin@2f30.org> Date: Mon, 10 Feb 2014 15:49:07 +0000 echo a newline before getty Diffstat:
M | bin/rc.svc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rc.svc b/bin/rc.svc @@ -16,4 +16,4 @@ done echo Running rc.local [ -x /bin/rc.local ] && /bin/rc.local -while :; do getty /dev/tty1 linux; done & +while :; do echo; getty /dev/tty1 linux; done &