On 4. Feb 2012, at 23:00 , Nathan Whitehorn wrote:

> 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.

Cool. Thanks!   I'll give it a try.


> 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

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to