Searched refs:rc_pid (Results 1 – 2 of 2) sorted by relevance
29 if [ -n "$rc_pid" ]; then30 wait_for_pids $rc_pid
1029 # rc_pid=$(check_pidfile $pidfile $command)1031 # rc_pid=$(check_process $command)1032 # kill $sig_stop $rc_pid1033 # wait_for_pids $rc_pid1072 # rc_pid PID of command (if appropriate)1130 rc_pid=1166 _pidcmd='rc_pid=$(check_pidfile '"$pidfile $_procname $command_interpreter"')'1168 _pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')'1270 # "enable", "delete" or "status", and ${rc_pid} is1278 [ -n "${rcvar}" -a "$rc_arg" = "stop" -a -z "${rc_pid}" ]; then[all …]