From owner-svn-ports-head@freebsd.org Fri Oct 6 16:41:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A227CE3B625; Fri, 6 Oct 2017 16:41:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CD8FB6589A; Fri, 6 Oct 2017 16:41:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F0E85BDD40; Fri, 6 Oct 2017 18:41:46 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id E8A35BDD3E; Fri, 6 Oct 2017 18:41:46 +0200 (CEST) Subject: Re: svn commit: r451388 - head/sysutils/zrepl To: Nikolai Lifanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201710061527.v96FRvjk024132@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <78adfa1a-5260-d566-3a3c-a69b3f73d30d@FreeBSD.org> Date: Fri, 6 Oct 2017 18:41:42 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201710061527.v96FRvjk024132@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 16:41:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc Content-Type: multipart/mixed; boundary="vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC"; protected-headers="v1" From: Mathieu Arnold To: Nikolai Lifanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <78adfa1a-5260-d566-3a3c-a69b3f73d30d@FreeBSD.org> Subject: Re: svn commit: r451388 - head/sysutils/zrepl References: <201710061527.v96FRvjk024132@repo.freebsd.org> In-Reply-To: <201710061527.v96FRvjk024132@repo.freebsd.org> --vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 06/10/2017 =C3=A0 17:27, Nikolai Lifanov a =C3=A9crit=C2=A0: > Author: lifanov > Date: Fri Oct 6 15:27:57 2017 > New Revision: 451388 > URL: https://svnweb.freebsd.org/changeset/ports/451388 > > Log: > sysutils/zrepl: install newsyslog snippet as @sample > =20 That will not work, newsyslog uses all the files in the directory, so you will have the .sample and the not .sample one. > Reported by: mat > Differential Revision: https://reviews.freebsd.org/D12462 > > Modified: > head/sysutils/zrepl/Makefile > head/sysutils/zrepl/pkg-plist > > Modified: head/sysutils/zrepl/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/zrepl/Makefile Fri Oct 6 15:08:56 2017 (r451387) > +++ head/sysutils/zrepl/Makefile Fri Oct 6 15:27:57 2017 (r451388) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D zrepl > PORTVERSION=3D 0.0.1 > +PORTREVISION=3D 1 > CATEGORIES=3D sysutils > =20 > MAINTAINER=3D lifanov@FreeBSD.org > @@ -55,7 +56,7 @@ post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ > ${STAGEDIR}${PREFIX}/etc/syslog.d \ > ${STAGEDIR}${PREFIX}/etc/zrepl > - ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}= /etc/newsyslog.conf.d/zrepl.conf > + ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}= /etc/newsyslog.conf.d/zrepl.conf.sample > ${INSTALL_DATA} ${FILESDIR}/syslog-zrepl.conf.sample ${STAGEDIR}${PRE= FIX}/etc/syslog.d/zrepl.conf.sample > ${INSTALL_DATA} ${FILESDIR}/zrepl.yml.sample ${STAGEDIR}${PREFIX}/etc= /zrepl/zrepl.yml.sample > =20 > > Modified: head/sysutils/zrepl/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/zrepl/pkg-plist Fri Oct 6 15:08:56 2017 (r451387) > +++ head/sysutils/zrepl/pkg-plist Fri Oct 6 15:27:57 2017 (r451388) > @@ -1,4 +1,4 @@ > bin/zrepl > -etc/newsyslog.conf.d/zrepl.conf > +@sample etc/newsyslog.conf.d/zrepl.conf.sample > @sample etc/syslog.d/zrepl.conf.sample > @sample etc/zrepl/zrepl.yml.sample > > --=20 Mathieu Arnold --vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC-- --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZ17JKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IArEP/iVDosnTrx4ZRsBLjx8t+3BN CVigk8Nag7lOiAqEA7w5laB8s3l/lv61p0hFHCg0OH4hZsr6MXgcW60iOwJeR5h6 MYOFTLktw9hrsdc+Tmjc1wZ5zhchrwtm8w+9vQ00Os5HDGxpXqdp0dZkGauj/hnY 0LGmeH5csxu+PePXsObOxqCGBITYPZv6KnmMNsk/0kyCAzWzToTbB5b/M4U1rdmQ COHnt8/i2SP67u35leC+NC3WUSxCcXL3p6MNdZpDvN8AfeQqX5E69IF8lFiDVlNy 2fFntM8CFlZFdNX9ramj3EKwi+mUDBswCfaENNeGlJru0H5mrKrRNiyi3A0ZPvtm B7CgmwCJuetf86D4jA8WpNi9xnYz6cRs7+f2j0oyDPN8L6zJnXqktwLYDnBC1QBi DbvbzE+1ACLRhFKhb77vIKm15F9W/BR6BSDHZ/HqOwN5zofuL38TFnOf8OqpvSEX YNRzqdr4KJiNu05T41UyB6ZAe6k+qezk0pBXN3WFb/iwQEqtZywE3FBj/aSkLsn5 h/532D6T1k3Xxx2Pn5lzTo5XYk13oJBw7HI4lygqM5yCI9Slcf/Y3gkMYfrWS4Hv /OeEW3N/bwJy9F1HsuE3DjxxK3xjmUnhHwvPiTeOk71AyLemlGpfI6jP9eMyLoqD WrBaQg1cY3lh9Af/hliA =nwES -----END PGP SIGNATURE----- --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc--