aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-02-06 23:14:24 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-02-06 23:14:24 +0000
commit1c71974b6c58151b2b5105eb3bb46aa5e88f054a (patch)
tree4c0ba14392b2992cdb5edac2f27b779089edc4a0 /crypto
parent2f84291cacac99470191c11593ee5bb1b18fd125 (diff)
downloadsrc-1c71974b6c58151b2b5105eb3bb46aa5e88f054a.tar.gz
src-1c71974b6c58151b2b5105eb3bb46aa5e88f054a.zip
Fix the Xlist so it actually works with 'tar -X', and update the upgrade
instructions accordingly.
Notes
Notes: svn path=/head/; revision=176070
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/FREEBSD-Xlist13
-rw-r--r--crypto/openssh/FREEBSD-upgrade8
2 files changed, 10 insertions, 11 deletions
diff --git a/crypto/openssh/FREEBSD-Xlist b/crypto/openssh/FREEBSD-Xlist
index 6d8ac040866f..3059451e64c6 100644
--- a/crypto/openssh/FREEBSD-Xlist
+++ b/crypto/openssh/FREEBSD-Xlist
@@ -1,10 +1,9 @@
$FreeBSD$
*.0
*/.cvsignore
-.cvsignore
-autom4te*
-config.h.in
-configure
-contrib
-regress/*.[0-9]
-stamp-h.in
+*autom4te*
+*config.h.in
+*configure
+*contrib
+*regress/*.[0-9]
+*stamp-h.in
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index f379622bc832..3b561cd7c29c 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -12,12 +12,12 @@
2) Unpack the tarball in a suitable directory.
-3) Remove trash:
+ $ tar xf openssh-X.YpZ.tar.gz \
+ -X /usr/src/crypto/openssh/FREEBSD-Xlist
- $ sh -c 'while read glob ; do rm -rvf $glob ; done' \
- </usr/src/crypto/openssh/FREEBSD-Xlist
+3) Remove trash:
- Make sure that took care of everything, and if it didn't, make sure
+ Make sure -X took care of everything, and if it didn't, make sure
to update FREEBSD-Xlist so you won't miss it the next time. A good
way to do this is to run a test import and see if any new files
show up: