PERFORCE change 37394 for review

Chris Vance cvance at FreeBSD.org
Tue Sep 2 19:04:16 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=37394

Change 37394 by cvance at cvance_release on 2003/09/02 12:03:28

	Bug fix
	Add 'L' option to menu

Affected files ...

.. //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#8 (text+ko) ====

@@ -705,7 +705,7 @@
 				strcat(newfs, "L");
 			else
 				needspaces++;
-			for (j = 0; j < needspaces; i++)
+			for (j = 0; j < needspaces; j++)
 				strcat(newfs, " ");
 
 			break;
@@ -784,6 +784,7 @@
 	mvprintw(18, 56, "W = Write");
     mvprintw(19, 0, "N = Newfs Opts    Q = Finish   S = Toggle SoftUpdates   Z = Custom Newfs");
     mvprintw(20, 0, "T = Toggle Newfs  U = Undo     A = Auto Defaults        R = Delete+Merge");
+    mvprintw(21, 0, "L = Label Support");
     mvprintw(22, 0, "Use F1 or ? to get more help, arrow keys to select.");
     move(0, 0);
 }
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list