diff options
Diffstat (limited to 'net/cvsup-mirror/files')
-rw-r--r-- | net/cvsup-mirror/files/update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cvsup-mirror/files/update.sh b/net/cvsup-mirror/files/update.sh index 76cd3db2e439..9a51805e118e 100644 --- a/net/cvsup-mirror/files/update.sh +++ b/net/cvsup-mirror/files/update.sh @@ -44,14 +44,14 @@ umask 2 if [ ${host_crypto} = ${host} ]; then echo "Updating from ${host}" - cvsup -1gL 1 -c ${colldir} -h ${host} supfile + cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host} supfile else if [ -d prefixes/FreeBSD-crypto.cvs ]; then echo "Updating from ${host_crypto}" - cvsup -1gL 1 -c ${colldir} -h ${host_crypto} supfile.crypto + cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host_crypto} supfile.crypto fi echo "Updating from ${host}" - cvsup -1gL 1 -c ${colldir} -h ${host} supfile.non-crypto + cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host} supfile.non-crypto fi if [ -f .start_server ]; then |