Don't set -nocopy when -norsync is set, otherwise the setupnode script

doesn't completely prep the client.
This commit is contained in:
Kris Kennaway 2005-12-11 04:33:55 +00:00
parent 29d910959f
commit d06e2470ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150848

View file

@ -24,7 +24,7 @@ disconnected=0
if [ "${norsync}" = 1 ]; then
md5=0
nocopy=-nocopy
nocopy=
else
md5=$(/sbin/md5 ${pb}/${arch}/${branch}/tarballs/bindist.tar | awk '{print $4}')
nocopy=