From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 12:11:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C701376E; Wed, 12 Feb 2014 12:11:11 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2661ACE; Wed, 12 Feb 2014 12:11:11 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F0566BDC2E; Wed, 12 Feb 2014 13:11:08 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id DCE1EBDC24; Wed, 12 Feb 2014 13:11:08 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 142C86127; Wed, 12 Feb 2014 13:11:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9E5E369285F6; Wed, 12 Feb 2014 13:11:07 +0100 (CET) Date: Wed, 12 Feb 2014 13:11:07 +0100 From: Mathieu Arnold To: Renato Botelho , Bernhard Froehlich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r341405 - head/security/strongswan Message-ID: <2B9E700B466313C7DBB116B6@ogg.in.absolight.net> In-Reply-To: <52FB63D9.10701@FreeBSD.org> References: <201401271335.s0RDZfTj022362@svn.freebsd.org> <52FB63D9.10701@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 12:11:11 -0000 +--On 12 f=C3=A9vrier 2014 10:06:49 -0200 Renato Botelho = wrote: | On 27-01-2014 11:35, Bernhard Froehlich wrote: |> + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |> + ${MV} ${STAGEDIR}${PREFIX}/etc/strongswan.conf |> ${STAGEDIR}${EXAMPLESDIR} + ${MV} ${STAGEDIR}${PREFIX}/etc/ipsec.conf |> ${STAGEDIR}${EXAMPLESDIR} |=20 | Just one more thing that I noted, it would be better to use | ${INSTALL_DATA} here instead of ${MV} Or keep moving it but in the same directory, adding a .sample to it. --=20 Mathieu Arnold