svn commit: r335302 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Sun Jun 17 20:32:45 UTC 2018


Author: dteske
Date: Sun Jun 17 20:32:43 2018
New Revision: 335302
URL: https://svnweb.freebsd.org/changeset/base/335302

Log:
  sysrc.subr: Fix a comment for accuracy
  
  PR:		bin/203435
  Reported by:	Andreas Sommer <andreas.sommer87 at googlemail.com>
  MFC after:	6 days
  X-MFC-to:	stable/11
  X-MFC-with:	r335280
  Sponsored by:	Smule, Inc.

Modified:
  head/usr.sbin/bsdconfig/share/sysrc.subr

Modified: head/usr.sbin/bsdconfig/share/sysrc.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/sysrc.subr	Sun Jun 17 20:10:48 2018	(r335301)
+++ head/usr.sbin/bsdconfig/share/sysrc.subr	Sun Jun 17 20:32:43 2018	(r335302)
@@ -556,7 +556,7 @@ f_sysrc_set()
 	fi
 
 	#
-	# If not found, append new value to last file and return.
+	# If not found, append new value to first file and return.
 	#
 	if [ "$not_found" ]; then
 		# Add a newline if missing before appending to the file


More information about the svn-src-head mailing list