https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216115
--- Comment #7 from Alex Kozlov <[email protected]> --- Proper, actually tested patch: Index: /etc/rc.subr @@ -930,7 +930,8 @@ else _pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')' fi - if [ -n "$_pidcmd" ]; then + eval "$_pidcmd" + if [ -n "$rc_pid" ]; then _keywords="${_keywords} status poll" fi fi -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
