net/dante rc.d pid file incorrect

Daniel Morante daniel at morante.net
Thu Nov 27 00:03:14 UTC 2014


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}"}



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3742 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20141126/2833d401/attachment.bin>


More information about the freebsd-ports mailing list