Date: Fri, 14 Feb 2014 17:00:36 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: Bernhard Froehlich <decke@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r344214 - head/security/strongswan Message-ID: <943B1118F8F0B4F1D114547E@ogg.in.absolight.net> In-Reply-To: <201402141437.s1EEbaJa073899@svn.freebsd.org> References: <201402141437.s1EEbaJa073899@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+--On 14 f=C3=A9vrier 2014 14:37:36 +0000 Bernhard Froehlich <decke@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} =20 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. --=20 Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?943B1118F8F0B4F1D114547E>