Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 02:42:57 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332985 - head/stand/forth
Message-ID:  <201804250242.w3P2gvNL019723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Wed Apr 25 02:42:57 2018
New Revision: 332985
URL: https://svnweb.freebsd.org/changeset/base/332985

Log:
  forthloader: Remove "EFI boot environment message"
  
  Contrary to what the message says, this is not only executed in an EFI
  context- it provides functions for use in an EFI environment. I don't think
  there's much reason to broadcast this fact when we haven't in the past, so
  just remove it.
  
  Reported by:	emaste (a while ago), cperciva

Modified:
  head/stand/forth/efi.4th

Modified: head/stand/forth/efi.4th
==============================================================================
--- head/stand/forth/efi.4th	Wed Apr 25 02:42:11 2018	(r332984)
+++ head/stand/forth/efi.4th	Wed Apr 25 02:42:57 2018	(r332985)
@@ -37,5 +37,3 @@ only forth definitions
 		s" efi-autoresizecons" evaluate
 	then
 ;
-
-.( EFI boot environment) cr



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