svn commit: r280922 - head/sys/boot/forth

Devin Teske dteske at FreeBSD.org
Tue Mar 31 21:46:46 UTC 2015


Author: dteske
Date: Tue Mar 31 21:46:44 2015
New Revision: 280922
URL: https://svnweb.freebsd.org/changeset/base/280922

Log:
  Change contents of the exec variable in loader.conf to be friendly to both
  Ficl/Forth and Lua. No visible change for Forth while enabling Lua support.
  
  Submitted by:	rpaulo

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Tue Mar 31 21:34:42 2015	(r280921)
+++ head/sys/boot/forth/loader.conf	Tue Mar 31 21:46:44 2015	(r280922)
@@ -12,7 +12,7 @@
 ###  Basic configuration options  ############################
 ##############################################################
 
-exec=".( Loading /boot/defaults/loader.conf ) cr"
+exec="echo Loading /boot/defaults/loader.conf"
 
 kernel="kernel"		# /boot sub-directory containing kernel and modules
 bootfile="kernel"	# Kernel name (possibly absolute path)


More information about the svn-src-head mailing list