summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-02-04 23:00:27 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-02-04 23:00:27 +0000
commita3ada8a47cbcc2eecf9773251384c95d920c9cab (patch)
tree1177af6508e6aa776b8a214fc20883dd7c57fc33 /release
parente099cad44db4c179d5a307af380cff70e09fb7a6 (diff)
downloadFreeBSD-src-a3ada8a47cbcc2eecf9773251384c95d920c9cab.zip
FreeBSD-src-a3ada8a47cbcc2eecf9773251384c95d920c9cab.tar.gz
Fix installation script after r230482 -- a missing character apparently.
Now, back to convalescing.
Diffstat (limited to 'release')
-rwxr-xr-xrelease/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rc.local b/release/rc.local
index d84bcc2..03e3ea7 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
OpenPOWER on IntegriCloud