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=C3=B8rgrav <des@FreeBSD.org> writes: > > Modified: head/contrib/unbound/doc/unbound-checkconf.8.in > > =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/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 > > =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/usr.sbin/unbound/Makefile.inc Sat May 12 17:04:40 2018 (r33357= 2) > > +++ head/usr.sbin/unbound/Makefile.inc Sat May 12 17:10:36 2018 (r33357= 3) > > @@ -4,4 +4,14 @@ NO_WERROR=3D true > > NO_WTHREAD_SAFETY=3D true > > PACKAGE=3D unbound > >=20=20 > > +.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 +=3D ${man} > > +.endfor > > + > > .include "../Makefile.inc" DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86sh6wvihk.fsf>