svn commit: r344214 - head/security/strongswan

Mathieu Arnold mat at FreeBSD.org
Fri Feb 14 16:00:39 UTC 2014


+--On 14 février 2014 14:37:36 +0000 Bernhard Froehlich
<decke at FreeBSD.org> wrote:
|  	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
| -	${MV} ${STAGEDIR}${PREFIX}/etc/strongswan.conf ${STAGEDIR}${EXAMPLESDIR}
| -	${MV} ${STAGEDIR}${PREFIX}/etc/ipsec.conf ${STAGEDIR}${EXAMPLESDIR}
| +	${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/strongswan.conf
${STAGEDIR}${EXAMPLESDIR}
| +	${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/ipsec.conf
${STAGEDIR}${EXAMPLESDIR}  

I'm really not sure this is the correct fix, those files would be way
better as etc/strongswan.conf.sample and etc/ipsec.conf.sample so that
people can find them easily.

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list