Date: Sat, 12 May 2018 20:25:43 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> Cc: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333573 - in head: . contrib/unbound/daemon contrib/unbound/doc contrib/unbound/smallapp etc/rc.d tools/build/mk usr.sbin/unbound usr.sbin/unbound/anchor usr.sbin/unbound/checkconf usr.... Message-ID: <86sh6wvihk.fsf@next.des.no> In-Reply-To: <201805121714.w4CHEsCq081766@pdx.rh.CN85.dnsmgr.net> (Rodney W. Grimes's message of "Sat, 12 May 2018 10:14:54 -0700 (PDT)") References: <201805121714.w4CHEsCq081766@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> writes:
> Dag-Erling Smørgrav <des@FreeBSD.org> writes:
> > Modified: head/contrib/unbound/doc/unbound-checkconf.8.in
> > ==============================================================================
> > --- head/contrib/unbound/doc/unbound-checkconf.8.in Sat May 12 17:04:40 2018 (r333572)
> > +++ head/contrib/unbound/doc/unbound-checkconf.8.in Sat May 12 17:10:36 2018 (r333573)
> > @@ -8,7 +8,7 @@
> > .\"
> > .\"
> > .SH "NAME"
> > -unbound\-checkconf
> > +.B unbound\-checkconf
> Is that one missing a local-, or did unbound-checkconf not get
> renamed?
This was just a markup error, the man pages are preprocessed at build
time:
> > Modified: head/usr.sbin/unbound/Makefile.inc
> > ==============================================================================
> > --- head/usr.sbin/unbound/Makefile.inc Sat May 12 17:04:40 2018 (r333572)
> > +++ head/usr.sbin/unbound/Makefile.inc Sat May 12 17:10:36 2018 (r333573)
> > @@ -4,4 +4,14 @@ NO_WERROR= true
> > NO_WTHREAD_SAFETY= true
> > PACKAGE= unbound
> >
> > +.for man in ${MAN}
> > +${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
> > + sed -E \
> > + -e 's/\<(fI)?unbound\>/\1local-unbound/g' \
> > + -e 's/\<(fI)?Unbound\>/Local-unbound/g' \
> > + -e 's/\/local-unbound/\/unbound/g' \
> > + <${.ALLSRC} >${.TARGET}
> > +CLEANFILES += ${man}
> > +.endfor
> > +
> > .include "../Makefile.inc"
DES
--
Dag-Erling Smørgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86sh6wvihk.fsf>
