summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-08-01 01:05:27 +0000
committerdes <des@FreeBSD.org>2008-08-01 01:05:27 +0000
commit0a6d19e8743973397bb36d1b55265a36bf6ebb0c (patch)
tree793054f6fe44281cecb6fe6eee5f45e4aac29f21 /crypto
parente4b4e186bae1b13e0fb57422d14d2e1ffa638f80 (diff)
downloadFreeBSD-src-0a6d19e8743973397bb36d1b55265a36bf6ebb0c.zip
FreeBSD-src-0a6d19e8743973397bb36d1b55265a36bf6ebb0c.tar.gz
Tag expansion is no longer needed (svn handles them correctly).
Add svn command to diff against vendor branch.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/FREEBSD-tricks10
1 files changed, 2 insertions, 8 deletions
diff --git a/crypto/openssh/FREEBSD-tricks b/crypto/openssh/FREEBSD-tricks
index fc0e1e7..480bffc 100644
--- a/crypto/openssh/FREEBSD-tricks
+++ b/crypto/openssh/FREEBSD-tricks
@@ -10,11 +10,5 @@ done
cat tags |
xargs perl -n -i.orig -e 'print; s/\$(Id|OpenBSD): [^\$]*/\$FreeBSD/ && print'
-# Shell code to reexpand FreeBSD tags
-cat tags | while read f ; do
- id=$(cvs diff $f | grep '\$Fre[e]BSD:' |
- sed 's/.*\(\$Fre[e]BSD:.*\$\).*/\1/') ;
- if [ -n "$id" ] ; then
- sed -i.orig -e "s@\\\$Fre[e]BSD\\\$@$id@" $f ;
- fi ;
-done
+# Diff against vendor branch
+svn diff --no-diff-deleted --old=$FSVN/vendor-crypto/openssh/dist/ --new=.
OpenPOWER on IntegriCloud