aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.subr
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-04-06 00:15:18 +0000
committerCy Schubert <cy@FreeBSD.org>2017-04-06 00:15:18 +0000
commit89f0a53cfe5a24e3390279c929539f66cfeb5c15 (patch)
tree93f090901e627d06fc565cb8bc92ee8164622483 /etc/rc.subr
parent07e89ad7408717f74e180903e286e60b5a6e01c8 (diff)
downloadsrc-89f0a53cfe5a24e3390279c929539f66cfeb5c15.tar.gz
src-89f0a53cfe5a24e3390279c929539f66cfeb5c15.zip
Revert r316516. des@ asked that r316516 be reverted so that he can spend
a little more time getting r316487 right. Requested by: des@
Notes
Notes: svn path=/head/; revision=316546
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index a3ec4c897678..c8534344b850 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -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