ports/security/ipsec-tools rc.d script defaults to 'enabled' It also installs its own versions of setkey and libipsec.so which seems redundant as they are part of the base system and should be used in preference. Fix: remove this line from the racoon.sh file: [ -z "$racoon_enable" ] && racoon_enable="YES" # Enable racoon How-To-Repeat: install the port. run "/usr/local/etc/rc.d/racoon.sh start"
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed, thanks!