Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 13:58:33 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@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: r226211 - stable/9/usr.sbin/bsdinstall/scripts
Message-ID:  <201110101358.p9ADwYTC063604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Mon Oct 10 13:58:33 2011
New Revision: 226211
URL: http://svn.freebsd.org/changeset/base/226211

Log:
  MFC r226059:
  Move "Exit" to the first entry in the list, so that it is the default
  choice.
  
  PR:		bin/160913
  Approved by:	re (kib)

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	Mon Oct 10 13:57:35 2011	(r226210)
+++ stable/9/usr.sbin/bsdinstall/scripts/auto	Mon Oct 10 13:58:33 2011	(r226211)
@@ -158,6 +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"
 		"Add User" "Add a user to the system" \
 		"Root Password" "Change root password" \
 		"Hostname" "Set system hostname" \
@@ -165,8 +166,7 @@ finalconfig() {
 		"Services" "Set daemons to run on startup" \
 		"Time Zone" "Set system timezone" \
 		"Handbook" "Install FreeBSD Handbook (requires network)" \
-		"Shell" "Open a shell in the new system" \
-		"Exit" "Apply configuration and exit installer" 2>&1 1>&3)
+		"Shell" "Open a shell in the new system" 2>&1 1>&3)
 	exec 3>&-
 
 	case "$REVISIT" in



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