Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 18:31:39 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r186447 - vendor/bind9/dist
Message-ID:  <200812231831.mBNIVdFs010097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812231831.mBNIVdFs010097>