Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 15:33:00 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r218020 - user/nwhitehorn/bsdinstall/scripts
Message-ID:  <201101281533.p0SFX0RQ085011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Fri Jan 28 15:32:59 2011
New Revision: 218020
URL: http://svn.freebsd.org/changeset/base/218020

Log:
  Prettify rendering of this prompt in the dialog.

Modified:
  user/nwhitehorn/bsdinstall/scripts/auto

Modified: user/nwhitehorn/bsdinstall/scripts/auto
==============================================================================
--- user/nwhitehorn/bsdinstall/scripts/auto	Fri Jan 28 15:29:35 2011	(r218019)
+++ user/nwhitehorn/bsdinstall/scripts/auto	Fri Jan 28 15:32:59 2011	(r218020)
@@ -102,9 +102,7 @@ finalconfig() {
 	exec 3>&1
 	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 \
+	    "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 \
 		"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?201101281533.p0SFX0RQ085011>