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)
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to