svn commit: r225307 - vendor/bind9/dist

Doug Barton dougb at FreeBSD.org
Thu Sep 1 06:11:16 UTC 2011


Author: dougb
Date: Thu Sep  1 06:11:16 2011
New Revision: 225307
URL: http://svn.freebsd.org/changeset/base/225307

Log:
  Add pkcs11 and unit to the list of things to remove from configure.in
  
  Make a line more copy-pastable

Modified:
  vendor/bind9/dist/FREEBSD-Upgrade

Modified: vendor/bind9/dist/FREEBSD-Upgrade
==============================================================================
--- vendor/bind9/dist/FREEBSD-Upgrade	Thu Sep  1 05:25:08 2011	(r225306)
+++ vendor/bind9/dist/FREEBSD-Upgrade	Thu Sep  1 06:11:16 2011	(r225307)
@@ -58,7 +58,8 @@
 		-e '/contrib\/zone-edit.sh/d;' \
 		configure.in Makefile.in */Makefile.in
 	
-	Remove mention of doxygen and related files from configure.in
+	Remove mention of doxygen, pkcs11, unit and related files from
+	configure.in
 
    Please do not commit this change. You only need this to generate config.h.
 
@@ -90,7 +91,7 @@
    Do not commit any other file that was modified or created in
    steps 6) or 7).
 
-12) cd src/lib/bind/dns && make -DMAINTAINER_MODE generate && rm gen
+12) cd ../../lib/bind/dns && make -DMAINTAINER_MODE generate && rm gen
 
 13) Test build the updated files with a clean /usr/obj and empty src.conf
 


More information about the svn-src-all mailing list