summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-06 23:14:24 +0000
committerdes <des@FreeBSD.org>2008-02-06 23:14:24 +0000
commit081081cbe33f4b03aef29fb6bf0d92202e81c49d (patch)
tree4c0ba14392b2992cdb5edac2f27b779089edc4a0 /crypto
parent76b6e0b06efd22626fe2bbfd82e5b3df92f273b4 (diff)
downloadFreeBSD-src-081081cbe33f4b03aef29fb6bf0d92202e81c49d.zip
FreeBSD-src-081081cbe33f4b03aef29fb6bf0d92202e81c49d.tar.gz
Fix the Xlist so it actually works with 'tar -X', and update the upgrade
instructions accordingly.
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 6d8ac04..3059451 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 f379622..3b561cd 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:
OpenPOWER on IntegriCloud