diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
commit | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (patch) | |
tree | 4f5de008ca14c59475e0e88503f1f8cf027a80f2 | |
parent | 18d96317a100f8de7e57dc6f966bbcdbd881d4d1 (diff) |
This commit was manufactured by cvs2svn to create tagrelease/4.7.0
'RELENG_4_7_0_RELEASE'.
Notes
Notes:
svn path=/releng/4.7/; revision=104663
svn path=/release/4.7.0/; revision=104664; tag=release/4.7.0
-rw-r--r-- | Makefile.inc1 | 2 | ||||
-rw-r--r-- | share/examples/cvsup/standard-supfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 4d458d923a55..74ee8fc73355 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -527,7 +527,7 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR}; cvs -q update -rRELENG_4_7 -P -d + cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d .endif # diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index 45592a2e664f..de3472338d19 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -51,7 +51,7 @@ *default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr -*default release=cvs tag=RELENG_4_7 +*default release=cvs tag=RELENG_4 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. |