Date: Mon, 07 Oct 2013 22:58:15 +0200 From: olli hauer <ohauer@gmx.de> To: Mathieu Arnold <mat@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r329368 - in head: . net-mgmt/nrpe net-mgmt/nrpe/files net-mgmt/nrpe2 Message-ID: <52532067.1060004@gmx.de> In-Reply-To: <DAD7EBFA7CEDACDEDD5E9C9B@ogg.in.absolight.net> References: <201310041944.r94JiAsb014592@svn.freebsd.org> <DAD7EBFA7CEDACDEDD5E9C9B@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-10-07 18:13, Mathieu Arnold wrote: > +--On 4 octobre 2013 19:44:10 +0000 Olli Hauer <ohauer@FreeBSD.org> wrote: > | - ${INSTALL_DATA} ${WRKSRC}/sample-config/nrpe.cfg > ${PREFIX}/etc/nrpe.cfg-sample > | + ${INSTALL_DATA} > | ${WRKSRC}/sample-config/nrpe.cfg ${STAGEDIR}${PREFIX}/etc/nrpe.cfg.sample > | > | - A sample configuration is available in %%PREFIX%%/etc/nrpe.cfg-sample. > | + A sample configuration is available in %%PREFIX%%/etc/nrpe.cfg.sample. > > Any reason for the sample file name change ? Perhaps a matter of taste, the handbook is not clear what to use for sample/dist files so I present some counters grep -R '\-sample$' /usr/ports | wc -l 243 grep -R '\.sample$' /usr/ports | wc -l 3504 -- olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52532067.1060004>