Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2011 13:48:32 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r226511 - stable/9/usr.sbin/bsdinstall/scripts
Message-ID:  <201110181348.p9IDmWii076154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kensmith
Date: Tue Oct 18 13:48:31 2011
New Revision: 226511
URL: http://svn.freebsd.org/changeset/base/226511

Log:
  MFC r226507:
  > Escape the newline so we get a proper line continuation.  Without this
  > the text of the menu selections doesn't get displayed properly and it
  > makes the installer appear to lock up for no obvious reason.
  >
  > Reviewed by: nwhitehorn
  
  Insta-MFC being done because 9.0-RC1 builds are being held for this.
  
  Approved by:    re (kib, bz)

Modified:
  stable/9/usr.sbin/bsdinstall/scripts/auto
Directory Properties:
  stable/9/usr.sbin/bsdinstall/   (props changed)

Modified: stable/9/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- stable/9/usr.sbin/bsdinstall/scripts/auto	Tue Oct 18 13:45:16 2011	(r226510)
+++ stable/9/usr.sbin/bsdinstall/scripts/auto	Tue Oct 18 13:48:31 2011	(r226511)
@@ -158,7 +158,7 @@ finalconfig() {
 	REVISIT=$(dialog --backtitle "FreeBSD Installer" \
 	    --title "Final Configuration" --no-cancel --menu \
 	    "Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices or apply more complex changes using a shell." 0 0 0 \
-		"Exit" "Apply configuration and exit installer"
+		"Exit" "Apply configuration and exit installer" \
 		"Add User" "Add a user to the system" \
 		"Root Password" "Change root password" \
 		"Hostname" "Set system hostname" \



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