The net/dante port's rc.d start up script is not correctly finding the PID file. As a current work around I added the following to my /etc/rc.conf file:

sockd_flags="-D -p/var/run/sockd.pid"

I think that should be done be default in the rc.d startup script. I'm not 100% sure of the best way, but I think it would be done with the ${name}_flags variable:

sockd_flags=${sockd_flags:-"-D -p${pidfile}"}



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to