diff --git a/etc/rc.subr b/etc/rc.subr index d241f839257a..f89c69962787 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -656,7 +656,7 @@ run_rc_command() return 1 fi - # setup the command to run, and run it + # setup the full command to run # echo "Starting ${name}." if [ -n "$_chroot" ]; then @@ -674,6 +674,7 @@ $command $rc_flags $command_args" fi fi + # run the full command; # if the cmd failed and force # isn't set, exit #