From owner-svn-src-all@freebsd.org Sat May 12 18:25:52 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29513FC997B; Sat, 12 May 2018 18:25:52 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id B2C3B81E30; Sat, 12 May 2018 18:25:51 +0000 (UTC) (envelope-from des@des.no) Received: from next.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id B77F2BB04; Sat, 12 May 2018 18:25:43 +0000 (UTC) Received: by next.des.no (Postfix, from userid 1001) id EFC708169; Sat, 12 May 2018 20:25:43 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Rodney W. Grimes" 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.... 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) Date: Sat, 12 May 2018 20:25:43 +0200 Message-ID: <86sh6wvihk.fsf@next.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2018 18:25:52 -0000 "Rodney W. Grimes" writes: > Dag-Erling Sm=C3=B8rgrav 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