svn commit: r230997 - head/release

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Feb 4 23:00:28 UTC 2012


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


More information about the svn-src-head mailing list