summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-12-23 18:31:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-12-23 18:31:38 +0000
commite086bf114fd88cb7f882d66afe4492fe5659bcf2 (patch)
tree3056a4c05e329f332244612dac6ac44965da3e72
parentb24bc820c24a2b65bc9c5ae462778035f2183a5d (diff)
downloadsrc-test2-e086bf114fd88cb7f882d66afe4492fe5659bcf2.tar.gz
src-test2-e086bf114fd88cb7f882d66afe4492fe5659bcf2.zip
Minor tweak to reflect my actual process.
Notes
Notes: svn path=/vendor/bind9/dist/; revision=186447
-rw-r--r--FREEBSD-Upgrade6
1 files changed, 4 insertions, 2 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade
index d037607e3e30..cca828b9b7ae 100644
--- a/FREEBSD-Upgrade
+++ b/FREEBSD-Upgrade
@@ -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.