diff --git a/etc/rc.subr b/etc/rc.subr index 2e502dbf44ca..f0a4b58eeb1a 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -593,7 +593,7 @@ run_rc_command() rc_fast=yes rc_quiet=yes ;; - force*) # "force prefix; always run + force*) # "force" prefix; always run rc_force=yes _rc_prefix=force rc_arg=${rc_arg#${_rc_prefix}}