diff options
Diffstat (limited to 'net/cvsup-mirror/files/update.sh')
| -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 f0888ecbba07..1f0c4dbe6880 100644 --- a/net/cvsup-mirror/files/update.sh +++ b/net/cvsup-mirror/files/update.sh @@ -48,17 +48,17 @@ umask 2 ok=yes if [ ${host_crypto} = ${host} ]; then echo "Updating from ${host}" - su -m ${cuser} -c \ + su -f -m ${cuser} -c \ "${cmd} ${options} -h ${host} ${base}/supfile" || ok=no else if [ -d ${base}/prefixes/FreeBSD-crypto.cvs ]; then echo "Updating from ${host_crypto}" - su -m ${cuser} -c \ + su -f -m ${cuser} -c \ "${cmd} ${options} -h ${host_crypto} ${base}/supfile.crypto" ||\ ok=no fi echo "Updating from ${host}" - su -m ${cuser} -c \ + su -f -m ${cuser} -c \ "${cmd} ${options} -h ${host} ${base}/supfile.non-crypto" || ok=no fi |
