From 30dc8072b7b51df339649915c2544dff3f349b66 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Wed, 12 Jan 2000 05:26:45 +0000 Subject: [PATCH] Pass the "-b base" option when running cvsup, so it will work even if installed somewhere other than /usr/local. Submitted by: Dag-Erling Smorgrav --- net/cvsup-mirror/files/update.sh | 6 +++--- 1 file 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