On 2017/10/23 11:24, Kyle Farmer wrote: > Wouldn't that conflict with -S and the -K flags.
> > > rc_pre() {
> > > [ X"${sasyncd_flags}" != X"NO" ] && \
> > > daemon_flags="-S ${daemon_flags}"
> > > return 0
What this is doing is automatically adding -S if sasyncd is enabled.
It doesn't matter if -S is already given in isakmpd_flags, isakmpd is
still happy with -S -S if it's given.
