Date: Thu, 28 Mar 2019 07:26:23 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Mathieu Arnold <mat@FreeBSD.org> Cc: Cy Schubert <cy@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r497002 - head/sysutils/nut Message-ID: <201903281426.x2SEQNib032110@slippy.cwsent.com> In-Reply-To: Message from Mathieu Arnold <mat@FreeBSD.org> of "Thu, 28 Mar 2019 14:15:44 %2B0100." <20190328131544.jhzpimdif66g7o5d@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20190328131544.jhzpimdif66g7o5d@ogg.in.absolight.net>, Mathieu Arno ld writes: > > > --dtsb7xoy6ufbapgs > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, Mar 28, 2019 at 01:00:50AM +0000, Cy Schubert wrote: > > Author: cy > > Date: Thu Mar 28 01:00:49 2019 > > New Revision: 497002 > > URL: https://svnweb.freebsd.org/changeset/ports/497002 > >=20 > > Log: > > Make the two new sample files actually samples. While here mark all > > sample files as samples. > > =20 > > Reported by: mat@ > >=20 > > Modified: > > head/sysutils/nut/Makefile > > head/sysutils/nut/pkg-plist > >=20 > > Modified: head/sysutils/nut/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/nut/Makefile Thu Mar 28 00:40:37 2019 (r49700 > 1) > > +++ head/sysutils/nut/Makefile Thu Mar 28 01:00:49 2019 (r49700 > 2) > > @@ -3,7 +3,7 @@ > > =20 > > PORTNAME=3D nut > > PORTVERSION=3D 2.7.4 > > -PORTREVISION=3D 10 > > +PORTREVISION=3D 11 > > CATEGORIES=3D sysutils > > MASTER_SITES=3D http://www.networkupstools.org/source/${PORTVERSION:R}/ > > DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX} > > @@ -189,9 +189,9 @@ post-install: > > .endfor > > .endif > > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d > > - ${INSTALL_DATA} ${PATCHDIR}/nut.syslog ${STAGEDIR}${PREFIX}/etc/syslog. > = > d/nut > > + ${INSTALL_DATA} ${PATCHDIR}/nut.syslog ${STAGEDIR}${PREFIX}/etc/syslog. > = > d/nut.sample > > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d > > - ${INSTALL_DATA} ${PATCHDIR}/nut.newsyslog ${STAGEDIR}${PREFIX}/etc/news > = > yslog.conf.d/nut.conf > > + ${INSTALL_DATA} ${PATCHDIR}/nut.newsyslog ${STAGEDIR}${PREFIX}/etc/news > = > yslog.conf.d/nut.conf.sample > > ${MKDIR} ${STAGEDIR}/var/log/nut > > As I said in my previous email, you MUST NOT put the sample files in the > ".d" directory as both syslogd and newsyslog grab all the files from the > directory, you end up having the definitions twice. You MUST store the > =2Esample files somewhere else. Sorry, fixed now. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903281426.x2SEQNib032110>