Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 20:32:44 +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: r335302 - head/usr.sbin/bsdconfig/share
Message-ID:  <201806172032.w5HKWiLV021345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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