rc.subr: Remove test that is always true.

The code above always sets _pidcmd to a non-empty value.
This commit is contained in:
Jilles Tjoelker 2017-10-15 11:28:41 +00:00
parent a6aeb2b6e4
commit d78b853f0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324625

View File

@ -930,9 +930,7 @@ run_rc_command()
else
_pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')'
fi
if [ -n "$_pidcmd" ]; then
_keywords="${_keywords} status poll"
fi
_keywords="${_keywords} status poll"
fi
if [ -z "$rc_arg" ]; then