diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-02-06 00:15:15 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-02-06 00:15:15 +0000 |
commit | 6f6eb6138a177028419945a04195b65223423f9b (patch) | |
tree | 7a2eb7a7f8dfa7bfdd3215a9f418af4f42f06808 /net/cvsup-mirror/files/update.sh | |
parent | Use the ISO date format in the "CVSup update {begins,ends}" messages. (diff) |
Fix bug: mirroring crypto/non-crypto from different sources was broken.
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes:
svn path=/head/; revision=25508
Diffstat (limited to 'net/cvsup-mirror/files/update.sh')
-rw-r--r-- | net/cvsup-mirror/files/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-mirror/files/update.sh b/net/cvsup-mirror/files/update.sh index 4905a77e3556..ab7021e0281f 100644 --- a/net/cvsup-mirror/files/update.sh +++ b/net/cvsup-mirror/files/update.sh @@ -49,7 +49,7 @@ if [ ${host_crypto} = ${host} ]; then su -m ${cuser} -c \ "cvsup ${options} -h ${host} ${base}/supfile" || ok=no else - if [ -d prefixes/FreeBSD-crypto.cvs ]; then + if [ -d ${base}/prefixes/FreeBSD-crypto.cvs ]; then echo "Updating from ${host_crypto}" su -m ${cuser} -c \ "cvsup ${options} -h ${host_crypto} ${base}/supfile.crypto" || ok=no |