svn commit: r316546 - head/etc

Cy Schubert cy at FreeBSD.org
Thu Apr 6 00:15:19 UTC 2017


Author: cy
Date: Thu Apr  6 00:15:18 2017
New Revision: 316546
URL: https://svnweb.freebsd.org/changeset/base/316546

Log:
  Revert r316516. des@ asked that r316516 be reverted so that he can spend
  a little more time getting r316487 right.
  
  Requested by:	des@

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr	Thu Apr  6 00:07:11 2017	(r316545)
+++ head/etc/rc.subr	Thu Apr  6 00:15:18 2017	(r316546)
@@ -929,9 +929,6 @@ run_rc_command()
 			eval ${rcvar}=YES
 		fi
 	fi
-	if ! checkyesno rc_force; then
-		rc_force=
-	fi
 	debug "_rc_prefix=${_rc_prefix}"
 
 	eval _override_command=\$${name}_program


More information about the svn-src-head mailing list