Date: Tue, 31 Mar 2015 21:46:45 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280922 - head/sys/boot/forth Message-ID: <201503312146.t2VLkj4C032041@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503312146.t2VLkj4C032041>