PERFORCE change 28377 for review

Peter Wemm peter at FreeBSD.org
Sun Apr 6 18:38:43 PDT 2003


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

Change 28377 by peter at peter_overcee on 2003/04/06 18:38:03

	beep during the !^@#$!^@# countdown so I stop missing it

Affected files ...

.. //depot/projects/hammer/sys/boot/common/boot.c#2 edit

Differences ...

==== //depot/projects/hammer/sys/boot/common/boot.c#2 (text+ko) ====

@@ -190,7 +190,7 @@
     when = otime + timeout;	/* when to boot */
     yes = 0;
 
-    printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or any other key for command prompt." : prompt);
+    printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or any other key for command prompt." : prompt);
 
     for (;;) {
 	if (ischar()) {
@@ -206,7 +206,7 @@
 	}
 	
 	if (ntime != otime) {
-	    printf("\rBooting [%s] in %d second%s... ",
+	    printf("\rBooting [%s] in %d second%s... ",
 	    		kernelname, (int)(when - ntime),
 			(when-ntime)==1?"":"s");
 	    otime = ntime;


More information about the p4-projects mailing list