From owner-svn-ports-all@freebsd.org Tue Jul 31 21:05:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64E0D1064EC1; Tue, 31 Jul 2018 21:05:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADE57CE6D; Tue, 31 Jul 2018 21:05:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5C79A16A8E; Tue, 31 Jul 2018 21:05:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Tue, 31 Jul 2018 23:05:11 +0200 From: Mathieu Arnold To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r476014 - in head/archivers/urbackup-server: . files Message-ID: <20180731210511.ubkukwlnyfqblm5n@atuin.in.mat.cc> References: <201807311843.w6VIh48T065169@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5c5kw2xc3xpezd3g" Content-Disposition: inline In-Reply-To: <201807311843.w6VIh48T065169@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 31 Jul 2018 21:05:16 -0000 --5c5kw2xc3xpezd3g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 31, 2018 at 06:43:04PM +0000, Kurt Jaeger wrote: > + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d > + ${INSTALL_DATA} ${FILESDIR}/urbackupsrv.conf.sample-newsyslog \ > + ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/urbackupsrv.conf.sample > +@sample etc/newsyslog.conf.d/urbackupsrv.conf.sample You cannot install newsyslog configuration files in the newsyslog.conf.d directory, newsyslog uses an `*` glob, so both the sample and the non sample file will be used. It will leads to strange headaches. --=20 Mathieu Arnold --5c5kw2xc3xpezd3g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAltgzwZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkiJaw//eNEWHqOD/PJegbwyt1NBuvpR0Gbj20YboLgNx0C+ct6ofjYg/5rvjQDC oyM+E5KO+GBonMSdPJ1hlBllGWCcYqUss+Cqsu8OETLi2etiA2LF9e3EPjUpQIXY gkNsMq1N4mdyxFHdVl3Vc6gIYTOI/QsAfWQqMWdU7dAQKWkE89o9GJKe28XASvrr 7ZvhONq7RaeyR6Msw2kDtnjvghVSANWEEVSOSkeixCcI4s2ja/zAKfLdesNptacM 1y/GbKwK0qUt9fsDGcCYxwJhNzqaC5JzhwBwNpLyWj12BQhVoHOI6E2p4YD6kSQF m4y+KDtjlrtGlVjiyiDdd4lIiVuS3cD2ywNhkeMRQqjv8eBxr3BLfUkDGpET3vY5 0AVFIvJB/cX0ZdrFeT2bk9u59Gcp5UcCvSqHutnOXEu0qpDWgIXlLU2/+nPpK0wu lA8g/V8ZkMPSxvuMm2UqK5swUkIHQje5MkcgZqNbb+cpJThMAu/OD5boNq9NOUUt DbVjkBekOT0BEJR1y3JL/e3LXF79kHwKihGiij2azi3tb+bm0QPoyUsSMbFF+od+ tqb7Z4LSFFS4hLdrhcAxeqAppZp+lnHg2AvBLUO54uI26Z77ndxt1HzgeLu5JgUq 9j4QCsd2KGrjENJmzv5fI+vaSpojLW9DfjnsyhqB2WkcpvXXBzg= =iDt3 -----END PGP SIGNATURE----- --5c5kw2xc3xpezd3g--