Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2012 23:00:28 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230997 - head/release
Message-ID:  <201202042300.q14N0SYD055615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Feb  4 23:00:27 2012
New Revision: 230997
URL: http://svn.freebsd.org/changeset/base/230997

Log:
  Fix installation script after r230482 -- a missing character apparently.
  Now, back to convalescing.

Modified:
  head/release/rc.local

Modified: head/release/rc.local
==============================================================================
--- head/release/rc.local	Sat Feb  4 20:17:07 2012	(r230996)
+++ head/release/rc.local	Sat Feb  4 23:00:27 2012	(r230997)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202042300.q14N0SYD055615>