Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 20:24: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: r329928 - head/stand/lua
Message-ID:  <201802242024.w1OKOvbO078580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sat Feb 24 20:24:57 2018
New Revision: 329928
URL: https://svnweb.freebsd.org/changeset/base/329928

Log:
  lualoader: Remove inaccurate part of comment

Modified:
  head/stand/lua/config.lua

Modified: head/stand/lua/config.lua
==============================================================================
--- head/stand/lua/config.lua	Sat Feb 24 20:21:21 2018	(r329927)
+++ head/stand/lua/config.lua	Sat Feb 24 20:24:57 2018	(r329928)
@@ -169,7 +169,7 @@ local function checkNextboot()
 
 	-- Attempt to rewrite the first line and only the first line of the
 	-- nextboot_file. We overwrite it with nextboot_enable="NO", then
-	-- check for that on load. See: checkNextboot_enabled
+	-- check for that on load.
 	-- It's worth noting that this won't work on every filesystem, so we
 	-- won't do anything notable if we have any errors in this process.
 	local nfile = io.open(nextboot_file, 'w')



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