summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-25 17:16:48 +0000
committeryar <yar@FreeBSD.org>2006-07-25 17:16:48 +0000
commit60b057864d428036d177e0bca1b75c4c2f13237d (patch)
tree503647cc664160dd18f478d9a96bd8e340c7193e /etc/rc.subr
parentad3f5611281e85fc06a0219b85b9dbc41c2ec1de (diff)
downloadFreeBSD-src-60b057864d428036d177e0bca1b75c4c2f13237d.zip
FreeBSD-src-60b057864d428036d177e0bca1b75c4c2f13237d.tar.gz
Sync comments around _doit with the code.
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