svn commit: r263677 - stable/9/sys/boot/forth

Glen Barber gjb at FreeBSD.org
Mon Mar 24 00:50:13 UTC 2014


Author: gjb
Date: Mon Mar 24 00:50:12 2014
New Revision: 263677
URL: http://svnweb.freebsd.org/changeset/base/263677

Log:
  Turn off the tribute branding, now that we will soon be entering the
  9.3-RELEASE cycle.
  
  This is a direct commit to stable/9.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/sys/boot/forth/version.4th

Modified: stable/9/sys/boot/forth/version.4th
==============================================================================
--- stable/9/sys/boot/forth/version.4th	Sun Mar 23 21:08:18 2014	(r263676)
+++ stable/9/sys/boot/forth/version.4th	Mon Mar 24 00:50:12 2014	(r263677)
@@ -30,7 +30,7 @@ variable versionX
 variable versionY
 
 \ Default $loader_version value if not overridden or using tribute screen
-: str_loader_version ( -- C-ADDR/U|-1 ) s" FreeBSD `Nakatomi Socrates' 9.2" ;
+: str_loader_version ( -- C-ADDR/U|-1 ) s" " ;
 
 \ Initialize text placement to defaults
 80 versionX !	\ NOTE: this is the ending column (text is right-justified)


More information about the svn-src-all mailing list