svn commit: r497002 - head/sysutils/nut
Cy Schubert
Cy.Schubert at cschubert.com
Thu Mar 28 14:26:31 UTC 2019
In message <20190328131544.jhzpimdif66g7o5d at 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 at cschubert.com>
FreeBSD UNIX: <cy at FreeBSD.org> Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
More information about the svn-ports-head
mailing list