svn commit: r186447 - vendor/bind9/dist

Doug Barton dougb at FreeBSD.org
Tue Dec 23 18:31:39 UTC 2008


Author: dougb
Date: Tue Dec 23 18:31:38 2008
New Revision: 186447
URL: http://svn.freebsd.org/changeset/base/186447

Log:
  Minor tweak to reflect my actual process.

Modified:
  vendor/bind9/dist/FREEBSD-Upgrade

Modified: vendor/bind9/dist/FREEBSD-Upgrade
==============================================================================
--- vendor/bind9/dist/FREEBSD-Upgrade	Tue Dec 23 18:30:32 2008	(r186446)
+++ vendor/bind9/dist/FREEBSD-Upgrade	Tue Dec 23 18:31:38 2008	(r186447)
@@ -15,12 +15,14 @@
 
 	tar zxvf bind-9.<x.y>.tar.gz -X dist/FREEBSD-Xlist
 
+	Check to see if any files have been added or deleted using
+	diff -ur dist bind-9.<x.y> -x \.svn | grep 'Only in'
+
 4) Copy new files over the old ones:
 
 	cp -Rp bind-9.<x.y>/* dist/
 
-5) Check to see if any files have been added or deleted using 'svn status'
-   and 'diff -ur bind-9.<x.y> dist -x \.svn | grep 'Only in'
+5) Double-check for changes using 'svn status'
 
 6) Use 'svn add' and 'svn rm' to bring dist up to date for files found above.
    Update FREEBSD-Xlist as needed.


More information about the svn-src-all mailing list