With CVS_UPDATE, use read-only repository mode by default.

This commit is contained in:
Ruslan Ermilov 2003-03-06 13:54:31 +00:00
parent 81d1ffee08
commit f93bdc081c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111947

View file

@ -566,7 +566,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${CVS} -q update -A -P -d
cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
.endif
#