Re: /etc/rc.d/iked regression after r1.9

2022-09-04 Thread Antoine Jacoutot
On Sat, Sep 03, 2022 at 11:51:41PM +, Lucas wrote: > Hello tech@, > > commit r1.9 removed the rc_exec call in iked's rc_pre. Because of that, > the exit code of rc_pre is that of the && list. In the case of > sasyncd_flags=NO, this means that rc_pre fails and triggers the break > in the while

/etc/rc.d/iked regression after r1.9

2022-09-03 Thread Lucas
Hello tech@, commit r1.9 removed the rc_exec call in iked's rc_pre. Because of that, the exit code of rc_pre is that of the && list. In the case of sasyncd_flags=NO, this means that rc_pre fails and triggers the break in the while true loop in rc_cmd start case. I solved this using the same