On Fri, Jan 29, 2021 at 04:56:47PM +0100, Antoine Jacoutot wrote: > On Fri, Jan 29, 2021 at 04:53:34PM +0100, Florian Obser wrote: > > Start unwind earlier. > > > > OK? > > > > diff --git rc rc > > index 94465add54f..7b5f835f0af 100644 > > --- rc > > +++ rc > > @@ -442,6 +442,7 @@ fill_baddynamic tcp > > sysctl_conf > > > > start_daemon slaacd >/dev/null 2>&1 > > +start_daemon unwind >/dev/null 2>&1 > > you could do it all in 1 line :-) > start_daemon slaacd unwind >/dev/null 2>&1
thanks, fixed in my tree. > > > > > echo 'starting network' > > > > @@ -454,8 +455,6 @@ sh /etc/netstart > > mount -s /usr >/dev/null 2>&1 > > mount -s /var >/dev/null 2>&1 > > > > -start_daemon unwind >/dev/null 2>&1 > > - > > # Load pf rules and bring up pfsync interface. > > if [[ $pf != NO ]]; then > > if [[ -f /etc/pf.conf ]]; then > > > > > > -- > > I'm not entirely sure you are real. > > > > -- > Antoine > -- I'm not entirely sure you are real.
