Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 00:06:06 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28624 for review
Message-ID:  <200304090706.h397662a053238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28624

Change 28624 by peter@peter_daintree on 2003/04/09 00:05:12

	ok, this evilness has served its purpose

Affected files ...

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

Differences ...

==== //depot/projects/hammer/sys/boot/common/boot.c#3 (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;



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