svn commit: r348591 - head/usr.sbin/mountd

Rick Macklem rmacklem at FreeBSD.org
Mon Jun 3 23:07:47 UTC 2019


Author: rmacklem
Date: Mon Jun  3 23:07:46 2019
New Revision: 348591
URL: https://svnweb.freebsd.org/changeset/base/348591

Log:
  r348590 had mention of "-I" in a comment that no longer applied to the patch.
  
  Take "-I" out of the comment line, since the patch no longer uses the "-I"
  option.
  
  MFC after:	1 month

Modified:
  head/usr.sbin/mountd/mountd.c

Modified: head/usr.sbin/mountd/mountd.c
==============================================================================
--- head/usr.sbin/mountd/mountd.c	Mon Jun  3 22:58:51 2019	(r348590)
+++ head/usr.sbin/mountd/mountd.c	Mon Jun  3 23:07:46 2019	(r348591)
@@ -1716,7 +1716,7 @@ get_exportlist_one(int passno)
 		 */
 		if (v4root_phase > 0 && v4root_phase <= 2) {
 			/*
-			 * These structures are used for the "-I" reload,
+			 * These structures are used for the reload,
 			 * so save them for that case.  Otherwise, just
 			 * free them up now.
 			 */


More information about the svn-src-head mailing list