From nobody@FreeBSD.org  Mon Feb  3 16:49:39 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 9F753BB1
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Feb 2014 16:49:39 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 702901ABD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Feb 2014 16:49:39 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s13GncJl024289
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Feb 2014 16:49:38 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s13Gnc20024288;
	Mon, 3 Feb 2014 16:49:38 GMT
	(envelope-from nobody)
Message-Id: <201402031649.s13Gnc20024288@oldred.freebsd.org>
Date: Mon, 3 Feb 2014 16:49:38 GMT
From: Volodymyr Kostyrko <arcade@b1t.name>
To: freebsd-gnats-submit@FreeBSD.org
Subject: WITHOUT_NIS support for ObsoleteFiles.inc
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186412
>Category:       misc
>Synopsis:       WITHOUT_NIS support for ObsoleteFiles.inc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 16:50:00 UTC 2014
>Closed-Date:    Fri Apr 04 15:08:22 UTC 2014
>Last-Modified:  Fri Apr 04 15:08:22 UTC 2014
>Originator:     Volodymyr Kostyrko
>Release:        stable/10
>Organization:
none
>Environment:
FreeBSD ar1l0u 10.0-STABLE FreeBSD 10.0-STABLE #37 r261432M: Mon Feb  3 12:03:22 EET 2014     arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL  amd64
>Description:
lang/python27 incorporates incorrect check for NIS checking for presence of /usr/sbin/ypcat (which still can be present and outdated) or WITHOUT_NIS (which should actually go to src.conf and thus should be invisible from ports Makefiles).

Probable examples:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186351
http://www.freebsd.org/cgi/query-pr.cgi?pr=186192&cat=ports

I created a simple patch that adds support for NIS to ObsoleteFiles so we can deal with leftover files ones and for all.

There are still some questions I haven't answered. /etc/rc.d/ contains number of NIS scripts that are not part of WITH_NIS build and are installed unconditionally. Should I fix their installation/removal too?
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- tools/build/mk/OptionalObsoleteFiles.inc	(revision 261432)
+++ tools/build/mk/OptionalObsoleteFiles.inc	(working copy)
@@ -3356,7 +3356,33 @@
 .endif
 
 #.if ${MK_NIS} == no
-# to be filled in
+OLD_FILES+=usr/sbin/ypbind
+OLD_FILES+=usr/sbin/ypinit
+OLD_FILES+=usr/sbin/yppoll
+OLD_FILES+=usr/sbin/yppush
+OLD_FILES+=usr/sbin/ypserv
+OLD_FILES+=usr/sbin/ypset
+OLD_FILES+=usr/share/man/man1/ypcat.1.gz
+OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
+OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
+OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
+OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
+OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
+OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
+OLD_FILES+=usr/share/man/man5/netid.5.gz
+OLD_FILES+=usr/share/man/man8/mknetid.8.gz
+OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
+OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
+OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
+OLD_FILES+=usr/share/man/man8/ypbind.8.gz
+OLD_FILES+=usr/share/man/man8/ypinit.8.gz
+OLD_FILES+=usr/share/man/man8/yppoll.8.gz
+OLD_FILES+=usr/share/man/man8/yppush.8.gz
+OLD_FILES+=usr/share/man/man8/ypserv.8.gz
+OLD_FILES+=usr/share/man/man8/ypset.8.gz
+OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
+OLD_FILES+=var/yp/Makefile
+OLD_FILES+=var/yp/Makefile.dist
 #.endif
 
 #.if ${MK_NLS} == no


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: antoine 
State-Changed-When: Wed Feb 5 18:16:36 UTC 2014 
State-Changed-Why:  
patched in head, if someone wants to MFC feel free to do it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186412 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/186412: commit references a PR
Date: Wed,  5 Feb 2014 18:16:25 +0000 (UTC)

 Author: antoine
 Date: Wed Feb  5 18:16:18 2014
 New Revision: 261521
 URL: http://svnweb.freebsd.org/changeset/base/261521
 
 Log:
   Add files to remove WITHOUT_NIS
   
   PR:		186412
 
 Modified:
   head/tools/build/mk/OptionalObsoleteFiles.inc
 
 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb  5 18:13:27 2014	(r261520)
 +++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb  5 18:16:18 2014	(r261521)
 @@ -3321,9 +3321,60 @@ OLD_FILES+=usr/bin/nc
  OLD_FILES+=usr/share/man/man1/nc.1.gz
  .endif
  
 -#.if ${MK_NIS} == no
 -# to be filled in
 -#.endif
 +.if ${MK_NIS} == no
 +OLD_FILES+=usr/bin/ypcat
 +OLD_FILES+=usr/bin/ypchfn
 +OLD_FILES+=usr/bin/ypchpass
 +OLD_FILES+=usr/bin/ypchsh
 +OLD_FILES+=usr/bin/ypmatch
 +OLD_FILES+=usr/bin/yppasswd
 +OLD_FILES+=usr/bin/ypwhich
 +OLD_FILES+=usr/include/ypclnt.h
 +OLD_FILES+=usr/lib/libypclnt.a
 +OLD_FILES+=usr/lib/libypclnt.so
 +OLD_LIBS+=usr/lib/libypclnt.so.4
 +OLD_FILES+=usr/lib/libypclnt_p.a
 +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
 +OLD_FILES+=usr/lib32/libypclnt.a
 +OLD_FILES+=usr/lib32/libypclnt.so
 +OLD_LIBS+=usr/lib32/libypclnt.so.4
 +OLD_FILES+=usr/lib32/libypclnt_p.a
 +.endif
 +OLD_FILES+=usr/libexec/mknetid
 +OLD_FILES+=usr/libexec/yppwupdate
 +OLD_FILES+=usr/libexec/ypxfr
 +OLD_FILES+=usr/sbin/rpc.yppasswdd
 +OLD_FILES+=usr/sbin/rpc.ypupdated
 +OLD_FILES+=usr/sbin/rpc.ypxfrd
 +OLD_FILES+=usr/sbin/yp_mkdb
 +OLD_FILES+=usr/sbin/ypbind
 +OLD_FILES+=usr/sbin/ypinit
 +OLD_FILES+=usr/sbin/yppoll
 +OLD_FILES+=usr/sbin/yppush
 +OLD_FILES+=usr/sbin/ypserv
 +OLD_FILES+=usr/sbin/ypset
 +OLD_FILES+=usr/share/man/man1/ypcat.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
 +OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
 +OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
 +OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
 +OLD_FILES+=usr/share/man/man5/netid.5.gz
 +OLD_FILES+=usr/share/man/man8/mknetid.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
 +OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
 +OLD_FILES+=usr/share/man/man8/ypbind.8.gz
 +OLD_FILES+=usr/share/man/man8/ypinit.8.gz
 +OLD_FILES+=usr/share/man/man8/yppoll.8.gz
 +OLD_FILES+=usr/share/man/man8/yppush.8.gz
 +OLD_FILES+=usr/share/man/man8/ypserv.8.gz
 +OLD_FILES+=usr/share/man/man8/ypset.8.gz
 +OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
 +OLD_FILES+=var/yp/Makefile
 +OLD_FILES+=var/yp/Makefile.dist
 +.endif
  
  #.if ${MK_NLS} == no
  # to be filled in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org,
 arcade@b1t.name
Cc:  
Subject: Re: misc/186412: WITHOUT_NIS support for ObsoleteFiles.inc
Date: Thu, 13 Mar 2014 11:22:00 -0700

 	Could this please be MFCed back to stable/9? It would resolve =
 the WITHOUT_NIS check being broken in lang/python* in a slightly =
 roundabout way=85
 Thanks,
 -Garrett=

From: Volodymyr Kostyrko <arcade@b1t.name>
To: Garrett Cooper <yanegomi@gmail.com>, bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/186412: WITHOUT_NIS support for ObsoleteFiles.inc
Date: Thu, 13 Mar 2014 23:11:38 +0200

 13.03.2014 20:22, Garrett Cooper wrote:
 > 	Could this please be MFCed back to stable/9? It would resolve the WITHOUT_NIS check being broken in lang/python* in a slightly roundabout way
 
 I object! No one should demand MFC to stable/9 before MFC to stable/10. :)
 
 Yes this one is not yet MFCed anywhere up to r263104.
 
 -- 
 Sphinx of black quartz judge my vow.

From: Volodymyr Kostyrko <arcade@b1t.name>
To: bug-followup@FreeBSD.org, 
 "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>
Cc:  
Subject: Re: misc/186412: WITHOUT_NIS support for ObsoleteFiles.inc
Date: Fri, 04 Apr 2014 17:05:59 +0300

 Hi all.
 
 8 weeks passed since this was patched at HEAD and there are requests 
 present to MFC this one. This will fix python builds misdetecting the 
 NIS if it's not updated.
 
 Can someone help please?
 
 -- 
 Sphinx of black quartz, judge my vow.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/186412: commit references a PR
Date: Fri,  4 Apr 2014 14:18:53 +0000 (UTC)

 Author: emaste
 Date: Fri Apr  4 14:18:37 2014
 New Revision: 264116
 URL: http://svnweb.freebsd.org/changeset/base/264116
 
 Log:
   MFC r261521 by antoine: Add files to remove WITHOUT_NIS
   
   PR:		misc/186412
   Sponsored by:	The FreeBSD Foundation
 
 Modified:
   stable/10/tools/build/mk/OptionalObsoleteFiles.inc
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Fri Apr  4 13:35:36 2014	(r264115)
 +++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Fri Apr  4 14:18:37 2014	(r264116)
 @@ -3278,9 +3278,60 @@ OLD_FILES+=usr/bin/nc
  OLD_FILES+=usr/share/man/man1/nc.1.gz
  .endif
  
 -#.if ${MK_NIS} == no
 -# to be filled in
 -#.endif
 +.if ${MK_NIS} == no
 +OLD_FILES+=usr/bin/ypcat
 +OLD_FILES+=usr/bin/ypchfn
 +OLD_FILES+=usr/bin/ypchpass
 +OLD_FILES+=usr/bin/ypchsh
 +OLD_FILES+=usr/bin/ypmatch
 +OLD_FILES+=usr/bin/yppasswd
 +OLD_FILES+=usr/bin/ypwhich
 +OLD_FILES+=usr/include/ypclnt.h
 +OLD_FILES+=usr/lib/libypclnt.a
 +OLD_FILES+=usr/lib/libypclnt.so
 +OLD_LIBS+=usr/lib/libypclnt.so.4
 +OLD_FILES+=usr/lib/libypclnt_p.a
 +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
 +OLD_FILES+=usr/lib32/libypclnt.a
 +OLD_FILES+=usr/lib32/libypclnt.so
 +OLD_LIBS+=usr/lib32/libypclnt.so.4
 +OLD_FILES+=usr/lib32/libypclnt_p.a
 +.endif
 +OLD_FILES+=usr/libexec/mknetid
 +OLD_FILES+=usr/libexec/yppwupdate
 +OLD_FILES+=usr/libexec/ypxfr
 +OLD_FILES+=usr/sbin/rpc.yppasswdd
 +OLD_FILES+=usr/sbin/rpc.ypupdated
 +OLD_FILES+=usr/sbin/rpc.ypxfrd
 +OLD_FILES+=usr/sbin/yp_mkdb
 +OLD_FILES+=usr/sbin/ypbind
 +OLD_FILES+=usr/sbin/ypinit
 +OLD_FILES+=usr/sbin/yppoll
 +OLD_FILES+=usr/sbin/yppush
 +OLD_FILES+=usr/sbin/ypserv
 +OLD_FILES+=usr/sbin/ypset
 +OLD_FILES+=usr/share/man/man1/ypcat.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
 +OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
 +OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
 +OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
 +OLD_FILES+=usr/share/man/man5/netid.5.gz
 +OLD_FILES+=usr/share/man/man8/mknetid.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
 +OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
 +OLD_FILES+=usr/share/man/man8/ypbind.8.gz
 +OLD_FILES+=usr/share/man/man8/ypinit.8.gz
 +OLD_FILES+=usr/share/man/man8/yppoll.8.gz
 +OLD_FILES+=usr/share/man/man8/yppush.8.gz
 +OLD_FILES+=usr/share/man/man8/ypserv.8.gz
 +OLD_FILES+=usr/share/man/man8/ypset.8.gz
 +OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
 +OLD_FILES+=var/yp/Makefile
 +OLD_FILES+=var/yp/Makefile.dist
 +.endif
  
  #.if ${MK_NLS} == no
  # to be filled in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/186412: commit references a PR
Date: Fri,  4 Apr 2014 14:42:46 +0000 (UTC)

 Author: emaste
 Date: Fri Apr  4 14:42:43 2014
 New Revision: 264117
 URL: http://svnweb.freebsd.org/changeset/base/264117
 
 Log:
   MFC r261521 by antoine: Add files to remove WITHOUT_NIS
   
   PR:		misc/186412
   Sponsored by:	The FreeBSD Foundation
 
 Modified:
   stable/9/tools/build/mk/OptionalObsoleteFiles.inc
 Directory Properties:
   stable/9/tools/build/   (props changed)
 
 Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Fri Apr  4 14:18:37 2014	(r264116)
 +++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Fri Apr  4 14:42:43 2014	(r264117)
 @@ -2935,9 +2935,60 @@ OLD_FILES+=usr/bin/nc
  OLD_FILES+=usr/share/man/man1/nc.1.gz
  .endif
  
 -#.if ${MK_NIS} == no
 -# to be filled in
 -#.endif
 +.if ${MK_NIS} == no
 +OLD_FILES+=usr/bin/ypcat
 +OLD_FILES+=usr/bin/ypchfn
 +OLD_FILES+=usr/bin/ypchpass
 +OLD_FILES+=usr/bin/ypchsh
 +OLD_FILES+=usr/bin/ypmatch
 +OLD_FILES+=usr/bin/yppasswd
 +OLD_FILES+=usr/bin/ypwhich
 +OLD_FILES+=usr/include/ypclnt.h
 +OLD_FILES+=usr/lib/libypclnt.a
 +OLD_FILES+=usr/lib/libypclnt.so
 +OLD_LIBS+=usr/lib/libypclnt.so.4
 +OLD_FILES+=usr/lib/libypclnt_p.a
 +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
 +OLD_FILES+=usr/lib32/libypclnt.a
 +OLD_FILES+=usr/lib32/libypclnt.so
 +OLD_LIBS+=usr/lib32/libypclnt.so.4
 +OLD_FILES+=usr/lib32/libypclnt_p.a
 +.endif
 +OLD_FILES+=usr/libexec/mknetid
 +OLD_FILES+=usr/libexec/yppwupdate
 +OLD_FILES+=usr/libexec/ypxfr
 +OLD_FILES+=usr/sbin/rpc.yppasswdd
 +OLD_FILES+=usr/sbin/rpc.ypupdated
 +OLD_FILES+=usr/sbin/rpc.ypxfrd
 +OLD_FILES+=usr/sbin/yp_mkdb
 +OLD_FILES+=usr/sbin/ypbind
 +OLD_FILES+=usr/sbin/ypinit
 +OLD_FILES+=usr/sbin/yppoll
 +OLD_FILES+=usr/sbin/yppush
 +OLD_FILES+=usr/sbin/ypserv
 +OLD_FILES+=usr/sbin/ypset
 +OLD_FILES+=usr/share/man/man1/ypcat.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
 +OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
 +OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
 +OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
 +OLD_FILES+=usr/share/man/man5/netid.5.gz
 +OLD_FILES+=usr/share/man/man8/mknetid.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
 +OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
 +OLD_FILES+=usr/share/man/man8/ypbind.8.gz
 +OLD_FILES+=usr/share/man/man8/ypinit.8.gz
 +OLD_FILES+=usr/share/man/man8/yppoll.8.gz
 +OLD_FILES+=usr/share/man/man8/yppush.8.gz
 +OLD_FILES+=usr/share/man/man8/ypserv.8.gz
 +OLD_FILES+=usr/share/man/man8/ypset.8.gz
 +OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
 +OLD_FILES+=var/yp/Makefile
 +OLD_FILES+=var/yp/Makefile.dist
 +.endif
  
  #.if ${MK_NLS} == no
  # to be filled in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: Sean Bruno <sbruno@ignoranthack.me>
To: Volodymyr Kostyrko <arcade@b1t.name>
Cc: bug-followup@FreeBSD.org, "freebsd-stable@freebsd.org"
 <freebsd-stable@freebsd.org>
Subject: Re: misc/186412: WITHOUT_NIS support for ObsoleteFiles.inc
Date: Fri, 04 Apr 2014 07:50:16 -0700

 --=-+gtsuUSmEjrGGyMB1eBW
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: quoted-printable
 
 On Fri, 2014-04-04 at 17:05 +0300, Volodymyr Kostyrko wrote:
 > misc/186412
 
 It looks like emaste has MFC'd this to 10.  Should it go to 9 as well?
 
 sean
 
 --=-+gtsuUSmEjrGGyMB1eBW
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABAgAGBQJTPsaoAAoJEBkJRdwI6BaHYTIH/3lhU9ggK2/kN3asBQHpgoBi
 y4CwKHuWAt/SujP7Mf61sgNGV/wVbYAO2+WC/jQbmepDGJkQ5MAH4YjLSzWarxxm
 D5vOJyMsmLOSbhgOnv1HQMp76OQaz6CID9Y1rqOM6iVZk2rfLkHqW0w2xPSMkgJi
 9kn+1StoczOhc8poDtosRxPvrd3MUHme6O6vPaBU+x/hJ8uvTbNWIdjPXFBo3Ch3
 jQxtT1vOzvsaZ7s2ZSmH5SdZzP22PJVHp8v4G2Z/Q5R251XZW+hHXnPB3o3h2mqu
 MCdZf6owzv9pw22cgLOvFp7Oto7TsV4n6KgWDsGM0tvrv32vbVNBUI0Rqga9vAM=
 =xoKo
 -----END PGP SIGNATURE-----
 
 --=-+gtsuUSmEjrGGyMB1eBW--
 
State-Changed-From-To: patched->closed 
State-Changed-By: emaste 
State-Changed-When: Fri Apr 4 15:07:37 UTC 2014 
State-Changed-Why:  
Committed to stable/10 (r264116) and stable/9 (r264117) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186412 
>Unformatted:
