From d5d7f81a2ccfbf72e7ee871a0f428e6d2a6c9989 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sat, 4 Feb 2012 23:00:27 +0000 Subject: [PATCH] Fix installation script after r230482 -- a missing character apparently. Now, back to convalescing. --- release/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/rc.local b/release/rc.local index d84bcc2dde84..03e3ea716b2a 100755 --- a/release/rc.local +++ b/release/rc.local @@ -18,7 +18,7 @@ if [ $? -eq 0 ]; then # goes multiuser touch /tmp/bsdinstall_log tail -f /tmp/bsdinstall_log > /dev/ttyv2 & - /usr/libexec/getty autologin ttyv3 + /usr/libexec/getty autologin ttyv3 & EXTERNAL_VTY_STARTED=1 fi else