If we're booting there is no need to waste time determining if the service

is running or not.

PR:		conf/150752
Submitted by:	YIN Xiaofeng <75394094@qq.com>
This commit is contained in:
Doug Barton 2012-01-20 10:31:27 +00:00
parent 84d5bd0560
commit 72fc1aafe2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230374

View File

@ -641,7 +641,7 @@ run_rc_command()
fi
fi
eval $_pidcmd # determine the pid if necessary
[ -z "$autoboot" ] && eval $_pidcmd # determine the pid if necessary
for _elem in $_keywords; do
if [ "$_elem" != "$rc_arg" ]; then