I reported this a month ago:

================

./ikev2-ddns-02/OUTPUT/west.console.diff

- cp unbound.service /etc/systemd/system/unbound.service
+ cat /lib/systemd/system/unbound.service | grep -v ExecStartPre > 
/etc/systemd/system/unbound.service

etc.

Someone changed the script but failed to update the reference logs.  8a0b5b79.  
Three months ago!

-cp unbound.service /etc/systemd/system/unbound.service
+cat /lib/systemd/system/unbound.service | grep -v ExecStartPre > 
/etc/systemd/system/unbound.service

I would suggest the simpler command

grep -v ExecStartPre /lib/systemd/system/unbound.service > 
/etc/systemd/system/unbound.service

But there are other scary things:

-ok
+[1503252426] unbound-control[2449:0] error: connect: Connection refused for 
127.0.0.1

- # Oddly designed connection_check_ddns() will trigger --up
+ # Oddly designed connection_check_ddns will trigger --up

- # seems to slow down/hang shutdown :/
+ # seems to slow down/hang shutdown

This needs work.

_______________________________________________
Swan-dev mailing list
Swan-dev@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-dev

Reply via email to