rc.subr: Remove test that is always true.
The code above always sets _pidcmd to a non-empty value.
This commit is contained in:
parent
a6aeb2b6e4
commit
d78b853f0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user