svn commit: r218020 - user/nwhitehorn/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jan 28 15:33:00 UTC 2011


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" \


More information about the svn-src-user mailing list