svn commit: r218952 - stable/8/usr.sbin/sysinstall

Bruce Cran brucec at FreeBSD.org
Tue Feb 22 17:37:13 UTC 2011


Author: brucec
Date: Tue Feb 22 17:37:13 2011
New Revision: 218952
URL: http://svn.freebsd.org/changeset/base/218952

Log:
  MFC r218839:
  
  In the distribution list, 'A' is listed as the key to press to select both
  'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the
  conflict.
  
  PR:   bin/153809
  Submitted by: Janne Snabb <snabb at epipe.com>

Modified:
  stable/8/usr.sbin/sysinstall/menus.c
Directory Properties:
  stable/8/usr.sbin/sysinstall/   (props changed)

Modified: stable/8/usr.sbin/sysinstall/menus.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/menus.c	Tue Feb 22 15:31:40 2011	(r218951)
+++ stable/8/usr.sbin/sysinstall/menus.c	Tue Feb 22 17:37:13 2011	(r218952)
@@ -961,9 +961,9 @@ DMenu MenuDistributions = {
 	checkDistKernDeveloper, distSetKernDeveloper },
       { "6 User",		"Average user - binaries and doc only",
 	checkDistUser,		distSetUser },
-      { "A Minimal",		"The smallest configuration possible",
+      { "7 Minimal",		"The smallest configuration possible",
 	checkDistMinimum,	distSetMinimum },
-      { "B Custom",		"Specify your own distribution set",
+      { "8 Custom",		"Specify your own distribution set",
 	NULL,			dmenuSubmenu, NULL, &MenuSubDistributions, '>', '>', '>' },
       { NULL } },
 };


More information about the svn-src-stable-8 mailing list