summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index d241f83..f89c699 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
#
OpenPOWER on IntegriCloud